Html Css Color HEX #E15A70 Cranberry

📋 copy color: '#E15A70'

red 225 ◦ green 90 ◦ blue 112

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

Shades of Cranberry #E15A70

Tints of Cranberry #E15A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

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

R = 52.69%
G = 21.08%
B = 26.23%

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

#E15A70 (or 0xE15A70) is known color: Cranberry. HEX triplet: E1, 5A and 70. RGB value is (225,90,112). Sum of RGB (Red+Green+Blue) = 225+90+112=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A70 is #1EA58F. Grayscale: #848484. Windows color (decimal): -2008464 or 7363297. OLE color: 7363297.

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

Color convert

RGB 225 90 112 -
CMYK 0 0.60 0.50 0.12
HSL 350.22º 0.69% 0.62% -
HSV(B) 350.22º 0.6% 0.88% -
XYZ 37.63 24.49 18.07 -
YUV 132.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 225 90 112 0 0.60 0.50 0.12 350.22 0.69 0.62
Hex E1 5A 70 0 3C 32 C 15E 45 3E
Octal 341 132 160 0 74 62 14 536 105 76
Binary 11100001 1011010 1110000 0 111100 110010 1100 101011110 1000101 111110

Color Harmonies of #E15A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A70

Black with #E15A70

Text Example


Text Example

White with #E15A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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