Html Css Color HEX #E54079 Cranberry

📋 copy color: '#E54079'

red 229 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #E54079

Tints of Cranberry #E54079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 55.31%
G = 15.46%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E54079 (or 0xE54079) is known color: Cranberry. HEX triplet: E5, 40 and 79. RGB value is (229,64,121). Sum of RGB (Red+Green+Blue) = 229+64+121=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E54079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54079 is #1ABF86. Grayscale: #777777. Windows color (decimal): -1752967 or 7946469. OLE color: 7946469.

HSL color Cylindrical-coordinate representation of color #E54079: hue angle of 339.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54079 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 121 -
CMYK 0 0.72 0.47 0.10
HSL 339.27º 0.76% 0.57% -
HSV(B) 339.27º 0.72% 0.9% -
XYZ 37.6 21.71 20.3 -
YUV 119.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 229 64 121 0 0.72 0.47 0.10 339.27 0.76 0.57
Hex E5 40 79 0 48 2F A 153 4C 39
Octal 345 100 171 0 110 57 12 523 114 71
Binary 11100101 1000000 1111001 0 1001000 101111 1010 101010011 1001100 111001

Color Harmonies of #E54079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54079

Black with #E54079

Text Example


Text Example

White with #E54079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54079; }

 p { color: rgb(229,64,121); }

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

background-color css

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

 a { background-color: rgb(229,64,121); }

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

border-color css

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

 span { border-color: rgb(229,64,121); }

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