Html Css Color HEX #E54772 Cranberry

📋 copy color: '#E54772'

red 229 ◦ green 71 ◦ blue 114

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

Shades of Cranberry #E54772

Tints of Cranberry #E54772

RGB

 RED value IS 229 (89.84% from 255) = 55.31%

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

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

R = 55.31%
G = 17.15%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E54772 (or 0xE54772) is known color: Cranberry. HEX triplet: E5, 47 and 72. RGB value is (229,71,114). Sum of RGB (Red+Green+Blue) = 229+71+114=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E54772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54772 is #1AB88D. Grayscale: #7B7B7B. Windows color (decimal): -1751182 or 7489509. OLE color: 7489509.

HSL color Cylindrical-coordinate representation of color #E54772: hue angle of 343.67º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54772 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 71 114 -
CMYK 0 0.69 0.50 0.10
HSL 343.67º 0.75% 0.59% -
HSV(B) 343.67º 0.69% 0.9% -
XYZ 37.6 22.38 18.26 -
YUV 123.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 229 71 114 0 0.69 0.50 0.10 343.67 0.75 0.59
Hex E5 47 72 0 45 32 A 158 4B 3B
Octal 345 107 162 0 105 62 12 530 113 73
Binary 11100101 1000111 1110010 0 1000101 110010 1010 101011000 1001011 111011

Color Harmonies of #E54772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54772

Black with #E54772

Text Example


Text Example

White with #E54772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54772; }

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

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

background-color css

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

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

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

border-color css

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

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

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