Html Css Color HEX #E54078 Cranberry

📋 copy color: '#E54078'

red 229 ◦ green 64 ◦ blue 120

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

Shades of Cranberry #E54078

Tints of Cranberry #E54078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 55.45%
G = 15.5%
B = 29.06%

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

#E54078 (or 0xE54078) is known color: Cranberry. HEX triplet: E5, 40 and 78. RGB value is (229,64,120). Sum of RGB (Red+Green+Blue) = 229+64+120=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E54078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54078 is #1ABF87. Grayscale: #777777. Windows color (decimal): -1752968 or 7880933. OLE color: 7880933.

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

Color convert

RGB 229 64 120 -
CMYK 0 0.72 0.48 0.10
HSL 339.64º 0.76% 0.57% -
HSV(B) 339.64º 0.72% 0.9% -
XYZ 37.54 21.68 19.98 -
YUV 119.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 229 64 120 0 0.72 0.48 0.10 339.64 0.76 0.57
Hex E5 40 78 0 48 30 A 154 4C 39
Octal 345 100 170 0 110 60 12 524 114 71
Binary 11100101 1000000 1111000 0 1001000 110000 1010 101010100 1001100 111001

Color Harmonies of #E54078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54078

Black with #E54078

Text Example


Text Example

White with #E54078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54078; }

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

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

background-color css

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

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

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

border-color css

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

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

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