Html Css Color HEX #E1526D Cranberry

📋 copy color: '#E1526D'

red 225 ◦ green 82 ◦ blue 109

#E1526D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #E1526D

Tints of Cranberry #E1526D

RGB

 RED value IS 225 (88.28% from 255) = 54.09%

 GREEN value IS 82 (32.42% from 255) = 19.71%

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 54.09%
G = 19.71%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E1526D (or 0xE1526D) is known color: Cranberry. HEX triplet: E1, 52 and 6D. RGB value is (225,82,109). Sum of RGB (Red+Green+Blue) = 225+82+109=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1526D is #1EAD92. Grayscale: #7F7F7F. Windows color (decimal): -2010515 or 7164641. OLE color: 7164641.

HSL color Cylindrical-coordinate representation of color #E1526D: hue angle of 348.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1526D is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 109 -
CMYK 0 0.64 0.52 0.12
HSL 348.67º 0.7% 0.6% -
HSV(B) 348.67º 0.64% 0.88% -
XYZ 36.83 23.15 16.99 -
YUV 127.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 225 82 109 0 0.64 0.52 0.12 348.67 0.7 0.6
Hex E1 52 6D 0 40 34 C 15D 46 3C
Octal 341 122 155 0 100 64 14 535 106 74
Binary 11100001 1010010 1101101 0 1000000 110100 1100 101011101 1000110 111100

Color Harmonies of #E1526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1526D

Black with #E1526D

Text Example


Text Example

White with #E1526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1526D; }

 p { color: rgb(225,82,109); }

 H1.HeaderClassName
 {
   color: #E1526D;
 }
 .AnyTagClassName
 {
   color: #E1526D;
 }
</style>

background-color css

<style>
 a { background-color: #E1526D; }

 a { background-color: rgb(225,82,109); }

 div.DivClassName
 {
   background-color: #E1526D;
 }
 .BgClassName
 {
   background-color: #E1526D;
 }
</style>

border-color css

<style>
 span { border-color: #E1526D; }

 span { border-color: rgb(225,82,109); }

 td.TdClassName
 {
   border-color: #E1526D;
 }
 .TagClassName
 {
   border-color: #E1526D;
 }
</style>