Html Css Color HEX #E54870 Cranberry

📋 copy color: '#E54870'

red 229 ◦ green 72 ◦ blue 112

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

Shades of Cranberry #E54870

Tints of Cranberry #E54870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.43%

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

R = 55.45%
G = 17.43%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E54870 (or 0xE54870) is known color: Cranberry. HEX triplet: E5, 48 and 70. RGB value is (229,72,112). Sum of RGB (Red+Green+Blue) = 229+72+112=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E54870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54870 is #1AB78F. Grayscale: #7B7B7B. Windows color (decimal): -1750928 or 7358693. OLE color: 7358693.

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

Color convert

RGB 229 72 112 -
CMYK 0 0.69 0.51 0.10
HSL 344.71º 0.75% 0.59% -
HSV(B) 344.71º 0.69% 0.9% -
XYZ 37.56 22.46 17.69 -
YUV 123.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 229 72 112 0 0.69 0.51 0.10 344.71 0.75 0.59
Hex E5 48 70 0 45 33 A 159 4B 3B
Octal 345 110 160 0 105 63 12 531 113 73
Binary 11100101 1001000 1110000 0 1000101 110011 1010 101011001 1001011 111011

Color Harmonies of #E54870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54870

Black with #E54870

Text Example


Text Example

White with #E54870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54870; }

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

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

background-color css

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

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

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

border-color css

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

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

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