Html Css Color HEX #E54A73 Cranberry

📋 copy color: '#E54A73'

red 229 ◦ green 74 ◦ blue 115

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

Shades of Cranberry #E54A73

Tints of Cranberry #E54A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

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

R = 54.78%
G = 17.7%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E54A73 (or 0xE54A73) is known color: Cranberry. HEX triplet: E5, 4A and 73. RGB value is (229,74,115). Sum of RGB (Red+Green+Blue) = 229+74+115=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A73 is #1AB58C. Grayscale: #7D7D7D. Windows color (decimal): -1750413 or 7555813. OLE color: 7555813.

HSL color Cylindrical-coordinate representation of color #E54A73: hue angle of 344.13º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A73 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 74 115 -
CMYK 0 0.68 0.50 0.10
HSL 344.13º 0.75% 0.59% -
HSV(B) 344.13º 0.68% 0.9% -
XYZ 37.86 22.79 18.62 -
YUV 125.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 229 74 115 0 0.68 0.50 0.10 344.13 0.75 0.59
Hex E5 4A 73 0 44 32 A 158 4B 3B
Octal 345 112 163 0 104 62 12 530 113 73
Binary 11100101 1001010 1110011 0 1000100 110010 1010 101011000 1001011 111011

Color Harmonies of #E54A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A73

Black with #E54A73

Text Example


Text Example

White with #E54A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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