Html Css Color HEX #E1566C Cranberry

📋 copy color: '#E1566C'

red 225 ◦ green 86 ◦ blue 108

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

Shades of Cranberry #E1566C

Tints of Cranberry #E1566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.53%

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 53.7%
G = 20.53%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1566C (or 0xE1566C) is known color: Cranberry. HEX triplet: E1, 56 and 6C. RGB value is (225,86,108). Sum of RGB (Red+Green+Blue) = 225+86+108=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1566C is #1EA993. Grayscale: #828282. Windows color (decimal): -2009492 or 7100129. OLE color: 7100129.

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

Color convert

RGB 225 86 108 -
CMYK 0 0.62 0.52 0.12
HSL 350.5º 0.7% 0.61% -
HSV(B) 350.5º 0.62% 0.88% -
XYZ 37.09 23.75 16.82 -
YUV 130.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 225 86 108 0 0.62 0.52 0.12 350.5 0.7 0.61
Hex E1 56 6C 0 3E 34 C 15F 46 3D
Octal 341 126 154 0 76 64 14 537 106 75
Binary 11100001 1010110 1101100 0 111110 110100 1100 101011111 1000110 111101

Color Harmonies of #E1566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1566C

Black with #E1566C

Text Example


Text Example

White with #E1566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1566C; }

 p { color: rgb(225,86,108); }

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

background-color css

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

 a { background-color: rgb(225,86,108); }

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

border-color css

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

 span { border-color: rgb(225,86,108); }

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