Html Css Color HEX #E54278 Cranberry

📋 copy color: '#E54278'

red 229 ◦ green 66 ◦ blue 120

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

Shades of Cranberry #E54278

Tints of Cranberry #E54278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.9%

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

R = 55.18%
G = 15.9%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E54278 (or 0xE54278) is known color: Cranberry. HEX triplet: E5, 42 and 78. RGB value is (229,66,120). Sum of RGB (Red+Green+Blue) = 229+66+120=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E54278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54278 is #1ABD87. Grayscale: #787878. Windows color (decimal): -1752456 or 7881445. OLE color: 7881445.

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

Color convert

RGB 229 66 120 -
CMYK 0 0.71 0.48 0.10
HSL 340.12º 0.76% 0.58% -
HSV(B) 340.12º 0.71% 0.9% -
XYZ 37.65 21.91 20.01 -
YUV 120.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 229 66 120 0 0.71 0.48 0.10 340.12 0.76 0.58
Hex E5 42 78 0 47 30 A 154 4C 3A
Octal 345 102 170 0 107 60 12 524 114 72
Binary 11100101 1000010 1111000 0 1000111 110000 1010 101010100 1001100 111010

Color Harmonies of #E54278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54278

Black with #E54278

Text Example


Text Example

White with #E54278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54278; }

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

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

background-color css

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

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

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

border-color css

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

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

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