Html Css Color HEX #E54076 Cranberry

📋 copy color: '#E54076'

red 229 ◦ green 64 ◦ blue 118

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

Shades of Cranberry #E54076

Tints of Cranberry #E54076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 55.72%
G = 15.57%
B = 28.71%

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

#E54076 (or 0xE54076) is known color: Cranberry. HEX triplet: E5, 40 and 76. RGB value is (229,64,118). Sum of RGB (Red+Green+Blue) = 229+64+118=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E54076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54076 is #1ABF89. Grayscale: #777777. Windows color (decimal): -1752970 or 7749861. OLE color: 7749861.

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

Color convert

RGB 229 64 118 -
CMYK 0 0.72 0.48 0.10
HSL 340.36º 0.76% 0.57% -
HSV(B) 340.36º 0.72% 0.9% -
XYZ 37.42 21.63 19.34 -
YUV 119.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 229 64 118 0 0.72 0.48 0.10 340.36 0.76 0.57
Hex E5 40 76 0 48 30 A 154 4C 39
Octal 345 100 166 0 110 60 12 524 114 71
Binary 11100101 1000000 1110110 0 1001000 110000 1010 101010100 1001100 111001

Color Harmonies of #E54076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54076

Black with #E54076

Text Example


Text Example

White with #E54076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54076; }

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

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

background-color css

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

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

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

border-color css

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

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

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