Html Css Color HEX #E15575 Cranberry

📋 copy color: '#E15575'

red 225 ◦ green 85 ◦ blue 117

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

Shades of Cranberry #E15575

Tints of Cranberry #E15575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.91%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 52.69%
G = 19.91%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E15575 (or 0xE15575) is known color: Cranberry. HEX triplet: E1, 55 and 75. RGB value is (225,85,117). Sum of RGB (Red+Green+Blue) = 225+85+117=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E15575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15575 is #1EAA8A. Grayscale: #828282. Windows color (decimal): -2009739 or 7689697. OLE color: 7689697.

HSL color Cylindrical-coordinate representation of color #E15575: hue angle of 346.29º 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 #E15575 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 117 -
CMYK 0 0.62 0.48 0.12
HSL 346.29º 0.7% 0.61% -
HSV(B) 346.29º 0.62% 0.88% -
XYZ 37.51 23.79 19.44 -
YUV 130.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 225 85 117 0 0.62 0.48 0.12 346.29 0.7 0.61
Hex E1 55 75 0 3E 30 C 15A 46 3D
Octal 341 125 165 0 76 60 14 532 106 75
Binary 11100001 1010101 1110101 0 111110 110000 1100 101011010 1000110 111101

Color Harmonies of #E15575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15575

Black with #E15575

Text Example


Text Example

White with #E15575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15575; }

 p { color: rgb(225,85,117); }

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

background-color css

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

 a { background-color: rgb(225,85,117); }

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

border-color css

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

 span { border-color: rgb(225,85,117); }

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