Html Css Color HEX #E54972 Cranberry

📋 copy color: '#E54972'

red 229 ◦ green 73 ◦ blue 114

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

Shades of Cranberry #E54972

Tints of Cranberry #E54972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.55%

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

R = 55.05%
G = 17.55%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E54972 (or 0xE54972) is known color: Cranberry. HEX triplet: E5, 49 and 72. RGB value is (229,73,114). Sum of RGB (Red+Green+Blue) = 229+73+114=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E54972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54972 is #1AB68D. Grayscale: #7C7C7C. Windows color (decimal): -1750670 or 7490021. OLE color: 7490021.

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

Color convert

RGB 229 73 114 -
CMYK 0 0.68 0.50 0.10
HSL 344.23º 0.75% 0.59% -
HSV(B) 344.23º 0.68% 0.9% -
XYZ 37.73 22.64 18.3 -
YUV 124.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 229 73 114 0 0.68 0.50 0.10 344.23 0.75 0.59
Hex E5 49 72 0 44 32 A 158 4B 3B
Octal 345 111 162 0 104 62 12 530 113 73
Binary 11100101 1001001 1110010 0 1000100 110010 1010 101011000 1001011 111011

Color Harmonies of #E54972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54972

Black with #E54972

Text Example


Text Example

White with #E54972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54972; }

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

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

background-color css

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

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

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

border-color css

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

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

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