Html Css Color HEX #E15770 Cranberry

📋 copy color: '#E15770'

red 225 ◦ green 87 ◦ blue 112

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

Shades of Cranberry #E15770

Tints of Cranberry #E15770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.52%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 53.07%
G = 20.52%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E15770 (or 0xE15770) is known color: Cranberry. HEX triplet: E1, 57 and 70. RGB value is (225,87,112). Sum of RGB (Red+Green+Blue) = 225+87+112=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15770 is #1EA88F. Grayscale: #838383. Windows color (decimal): -2009232 or 7362529. OLE color: 7362529.

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

Color convert

RGB 225 87 112 -
CMYK 0 0.61 0.50 0.12
HSL 349.13º 0.7% 0.61% -
HSV(B) 349.13º 0.61% 0.88% -
XYZ 37.38 23.99 17.99 -
YUV 131.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 225 87 112 0 0.61 0.50 0.12 349.13 0.7 0.61
Hex E1 57 70 0 3D 32 C 15D 46 3D
Octal 341 127 160 0 75 62 14 535 106 75
Binary 11100001 1010111 1110000 0 111101 110010 1100 101011101 1000110 111101

Color Harmonies of #E15770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15770

Black with #E15770

Text Example


Text Example

White with #E15770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15770; }

 p { color: rgb(225,87,112); }

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

background-color css

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

 a { background-color: rgb(225,87,112); }

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

border-color css

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

 span { border-color: rgb(225,87,112); }

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