Html Css Color HEX #E54A70 Cranberry

📋 copy color: '#E54A70'

red 229 ◦ green 74 ◦ blue 112

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

Shades of Cranberry #E54A70

Tints of Cranberry #E54A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 55.18%
G = 17.83%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E54A70 (or 0xE54A70) is known color: Cranberry. HEX triplet: E5, 4A and 70. RGB value is (229,74,112). Sum of RGB (Red+Green+Blue) = 229+74+112=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A70 is #1AB58F. Grayscale: #7C7C7C. Windows color (decimal): -1750416 or 7359205. OLE color: 7359205.

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

Color convert

RGB 229 74 112 -
CMYK 0 0.68 0.51 0.10
HSL 345.29º 0.75% 0.59% -
HSV(B) 345.29º 0.68% 0.9% -
XYZ 37.69 22.73 17.73 -
YUV 124.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 229 74 112 0 0.68 0.51 0.10 345.29 0.75 0.59
Hex E5 4A 70 0 44 33 A 159 4B 3B
Octal 345 112 160 0 104 63 12 531 113 73
Binary 11100101 1001010 1110000 0 1000100 110011 1010 101011001 1001011 111011

Color Harmonies of #E54A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54A70

Black with #E54A70

Text Example


Text Example

White with #E54A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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