Html Css Color HEX #E54073 Cranberry

📋 copy color: '#E54073'

red 229 ◦ green 64 ◦ blue 115

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

Shades of Cranberry #E54073

Tints of Cranberry #E54073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 56.13%
G = 15.69%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E54073 (or 0xE54073) is known color: Cranberry. HEX triplet: E5, 40 and 73. RGB value is (229,64,115). Sum of RGB (Red+Green+Blue) = 229+64+115=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E54073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54073 is #1ABF8C. Grayscale: #777777. Windows color (decimal): -1752973 or 7553253. OLE color: 7553253.

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

Color convert

RGB 229 64 115 -
CMYK 0 0.72 0.50 0.10
HSL 341.45º 0.76% 0.57% -
HSV(B) 341.45º 0.72% 0.9% -
XYZ 37.24 21.56 18.42 -
YUV 119.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 229 64 115 0 0.72 0.50 0.10 341.45 0.76 0.57
Hex E5 40 73 0 48 32 A 155 4C 39
Octal 345 100 163 0 110 62 12 525 114 71
Binary 11100101 1000000 1110011 0 1001000 110010 1010 101010101 1001100 111001

Color Harmonies of #E54073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54073

Black with #E54073

Text Example


Text Example

White with #E54073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54073; }

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

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

background-color css

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

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

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

border-color css

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

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

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