Html Css Color HEX #E05472 Cranberry

📋 copy color: '#E05472'

red 224 ◦ green 84 ◦ blue 114

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

Shades of Cranberry #E05472

Tints of Cranberry #E05472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

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

R = 53.08%
G = 19.91%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05472 (or 0xE05472) is known color: Cranberry. HEX triplet: E0, 54 and 72. RGB value is (224,84,114). Sum of RGB (Red+Green+Blue) = 224+84+114=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E05472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05472 is #1FAB8D. Grayscale: #818181. Windows color (decimal): -2075534 or 7492832. OLE color: 7492832.

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

Color convert

RGB 224 84 114 -
CMYK 0 0.62 0.49 0.12
HSL 347.14º 0.69% 0.6% -
HSV(B) 347.14º 0.63% 0.88% -
XYZ 36.95 23.4 18.49 -
YUV 129.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 224 84 114 0 0.62 0.49 0.12 347.14 0.69 0.6
Hex E0 54 72 0 3E 31 C 15B 45 3C
Octal 340 124 162 0 76 61 14 533 105 74
Binary 11100000 1010100 1110010 0 111110 110001 1100 101011011 1000101 111100

Color Harmonies of #E05472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05472

Black with #E05472

Text Example


Text Example

White with #E05472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05472; }

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

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

background-color css

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

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

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

border-color css

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

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

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