Html Css Color HEX #E05972 Cranberry

📋 copy color: '#E05972'

red 224 ◦ green 89 ◦ blue 114

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

Shades of Cranberry #E05972

Tints of Cranberry #E05972

RGB

 RED value IS 224 (87.89% from 255) = 52.46%

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

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

R = 52.46%
G = 20.84%
B = 26.7%

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

#E05972 (or 0xE05972) is known color: Cranberry. HEX triplet: E0, 59 and 72. RGB value is (224,89,114). Sum of RGB (Red+Green+Blue) = 224+89+114=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E05972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05972 is #1FA68D. Grayscale: #848484. Windows color (decimal): -2074254 or 7494112. OLE color: 7494112.

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

Color convert

RGB 224 89 114 -
CMYK 0 0.60 0.49 0.12
HSL 348.89º 0.69% 0.61% -
HSV(B) 348.89º 0.6% 0.88% -
XYZ 37.35 24.21 18.62 -
YUV 132.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 224 89 114 0 0.60 0.49 0.12 348.89 0.69 0.61
Hex E0 59 72 0 3C 31 C 15D 45 3D
Octal 340 131 162 0 74 61 14 535 105 75
Binary 11100000 1011001 1110010 0 111100 110001 1100 101011101 1000101 111101

Color Harmonies of #E05972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05972

Black with #E05972

Text Example


Text Example

White with #E05972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05972; }

 p { color: rgb(224,89,114); }

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

background-color css

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

 a { background-color: rgb(224,89,114); }

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

border-color css

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

 span { border-color: rgb(224,89,114); }

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