Html Css Color HEX #E54872 Cranberry

📋 copy color: '#E54872'

red 229 ◦ green 72 ◦ blue 114

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

Shades of Cranberry #E54872

Tints of Cranberry #E54872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

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

R = 55.18%
G = 17.35%
B = 27.47%

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

#E54872 (or 0xE54872) is known color: Cranberry. HEX triplet: E5, 48 and 72. RGB value is (229,72,114). Sum of RGB (Red+Green+Blue) = 229+72+114=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E54872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54872 is #1AB78D. Grayscale: #7B7B7B. Windows color (decimal): -1750926 or 7489765. OLE color: 7489765.

HSL color Cylindrical-coordinate representation of color #E54872: hue angle of 343.95º 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 #E54872 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 72 114 -
CMYK 0 0.69 0.50 0.10
HSL 343.95º 0.75% 0.59% -
HSV(B) 343.95º 0.69% 0.9% -
XYZ 37.67 22.51 18.28 -
YUV 123.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 229 72 114 0 0.69 0.50 0.10 343.95 0.75 0.59
Hex E5 48 72 0 45 32 A 158 4B 3B
Octal 345 110 162 0 105 62 12 530 113 73
Binary 11100101 1001000 1110010 0 1000101 110010 1010 101011000 1001011 111011

Color Harmonies of #E54872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54872

Black with #E54872

Text Example


Text Example

White with #E54872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54872; }

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

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

background-color css

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

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

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

border-color css

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

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

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