Html Css Color HEX #EA4772 Cranberry

📋 copy color: '#EA4772'

red 234 ◦ green 71 ◦ blue 114

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

Shades of Cranberry #EA4772

Tints of Cranberry #EA4772

RGB

 RED value IS 234 (91.8% from 255) = 55.85%

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

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

R = 55.85%
G = 16.95%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA4772 (or 0xEA4772) is known color: Cranberry. HEX triplet: EA, 47 and 72. RGB value is (234,71,114). Sum of RGB (Red+Green+Blue) = 234+71+114=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4772 is #15B88D. Grayscale: #7C7C7C. Windows color (decimal): -1423502 or 7489514. OLE color: 7489514.

HSL color Cylindrical-coordinate representation of color #EA4772: hue angle of 344.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4772 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 71 114 -
CMYK 0 0.70 0.51 0.08
HSL 344.17º 0.8% 0.6% -
HSV(B) 344.17º 0.7% 0.92% -
XYZ 39.22 23.21 18.33 -
YUV 124.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 234 71 114 0 0.70 0.51 0.08 344.17 0.8 0.6
Hex EA 47 72 0 46 33 8 158 50 3C
Octal 352 107 162 0 106 63 10 530 120 74
Binary 11101010 1000111 1110010 0 1000110 110011 1000 101011000 1010000 111100

Color Harmonies of #EA4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4772

Black with #EA4772

Text Example


Text Example

White with #EA4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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