Html Css Color HEX #E15A72 Cranberry

📋 copy color: '#E15A72'

red 225 ◦ green 90 ◦ blue 114

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

Shades of Cranberry #E15A72

Tints of Cranberry #E15A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 52.45%
G = 20.98%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E15A72 (or 0xE15A72) is known color: Cranberry. HEX triplet: E1, 5A and 72. RGB value is (225,90,114). Sum of RGB (Red+Green+Blue) = 225+90+114=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A72 is #1EA58D. Grayscale: #858585. Windows color (decimal): -2008462 or 7494369. OLE color: 7494369.

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

Color convert

RGB 225 90 114 -
CMYK 0 0.60 0.49 0.12
HSL 349.33º 0.69% 0.62% -
HSV(B) 349.33º 0.6% 0.88% -
XYZ 37.74 24.53 18.67 -
YUV 133.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 225 90 114 0 0.60 0.49 0.12 349.33 0.69 0.62
Hex E1 5A 72 0 3C 31 C 15D 45 3E
Octal 341 132 162 0 74 61 14 535 105 76
Binary 11100001 1011010 1110010 0 111100 110001 1100 101011101 1000101 111110

Color Harmonies of #E15A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A72

Black with #E15A72

Text Example


Text Example

White with #E15A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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