Html Css Color HEX #E54077 Cranberry

📋 copy color: '#E54077'

red 229 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #E54077

Tints of Cranberry #E54077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 55.58%
G = 15.53%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E54077 (or 0xE54077) is known color: Cranberry. HEX triplet: E5, 40 and 77. RGB value is (229,64,119). Sum of RGB (Red+Green+Blue) = 229+64+119=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E54077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54077 is #1ABF88. Grayscale: #777777. Windows color (decimal): -1752969 or 7815397. OLE color: 7815397.

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

Color convert

RGB 229 64 119 -
CMYK 0 0.72 0.48 0.10
HSL 340º 0.76% 0.57% -
HSV(B) 340º 0.72% 0.9% -
XYZ 37.48 21.66 19.66 -
YUV 119.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 229 64 119 0 0.72 0.48 0.10 340 0.76 0.57
Hex E5 40 77 0 48 30 A 154 4C 39
Octal 345 100 167 0 110 60 12 524 114 71
Binary 11100101 1000000 1110111 0 1001000 110000 1010 101010100 1001100 111001

Color Harmonies of #E54077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54077

Black with #E54077

Text Example


Text Example

White with #E54077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54077; }

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

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

background-color css

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

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

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

border-color css

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

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

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