Html Css Color HEX #E15970 Cranberry

📋 copy color: '#E15970'

red 225 ◦ green 89 ◦ blue 112

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

Shades of Cranberry #E15970

Tints of Cranberry #E15970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.89%

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

R = 52.82%
G = 20.89%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E15970 (or 0xE15970) is known color: Cranberry. HEX triplet: E1, 59 and 70. RGB value is (225,89,112). Sum of RGB (Red+Green+Blue) = 225+89+112=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15970 is #1EA68F. Grayscale: #848484. Windows color (decimal): -2008720 or 7363041. OLE color: 7363041.

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

Color convert

RGB 225 89 112 -
CMYK 0 0.60 0.50 0.12
HSL 349.85º 0.69% 0.62% -
HSV(B) 349.85º 0.6% 0.88% -
XYZ 37.55 24.32 18.04 -
YUV 132.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 225 89 112 0 0.60 0.50 0.12 349.85 0.69 0.62
Hex E1 59 70 0 3C 32 C 15E 45 3E
Octal 341 131 160 0 74 62 14 536 105 76
Binary 11100001 1011001 1110000 0 111100 110010 1100 101011110 1000101 111110

Color Harmonies of #E15970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15970

Black with #E15970

Text Example


Text Example

White with #E15970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15970; }

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

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

background-color css

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

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

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

border-color css

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

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

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