Html Css Color HEX #E04772 Cranberry

📋 copy color: '#E04772'

red 224 ◦ green 71 ◦ blue 114

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

Shades of Cranberry #E04772

Tints of Cranberry #E04772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

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

R = 54.77%
G = 17.36%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E04772 (or 0xE04772) is known color: Cranberry. HEX triplet: E0, 47 and 72. RGB value is (224,71,114). Sum of RGB (Red+Green+Blue) = 224+71+114=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E04772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04772 is #1FB88D. Grayscale: #797979. Windows color (decimal): -2078862 or 7489504. OLE color: 7489504.

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

Color convert

RGB 224 71 114 -
CMYK 0 0.68 0.49 0.12
HSL 343.14º 0.71% 0.58% -
HSV(B) 343.14º 0.68% 0.88% -
XYZ 36.03 21.57 18.18 -
YUV 121.65 123.69 201 -
System Red Green Blue C M Y K H S L
Decimal 224 71 114 0 0.68 0.49 0.12 343.14 0.71 0.58
Hex E0 47 72 0 44 31 C 157 47 3A
Octal 340 107 162 0 104 61 14 527 107 72
Binary 11100000 1000111 1110010 0 1000100 110001 1100 101010111 1000111 111010

Color Harmonies of #E04772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04772

Black with #E04772

Text Example


Text Example

White with #E04772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04772; }

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

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

background-color css

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

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

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

border-color css

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

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

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