Html Css Color HEX #E54170 Cranberry

📋 copy color: '#E54170'

red 229 ◦ green 65 ◦ blue 112

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

Shades of Cranberry #E54170

Tints of Cranberry #E54170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

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

R = 56.4%
G = 16.01%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E54170 (or 0xE54170) is known color: Cranberry. HEX triplet: E5, 41 and 70. RGB value is (229,65,112). Sum of RGB (Red+Green+Blue) = 229+65+112=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E54170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54170 is #1ABE8F. Grayscale: #777777. Windows color (decimal): -1752720 or 7356901. OLE color: 7356901.

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

Color convert

RGB 229 65 112 -
CMYK 0 0.72 0.51 0.10
HSL 342.8º 0.76% 0.58% -
HSV(B) 342.8º 0.72% 0.9% -
XYZ 37.13 21.61 17.54 -
YUV 119.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 229 65 112 0 0.72 0.51 0.10 342.8 0.76 0.58
Hex E5 41 70 0 48 33 A 157 4C 3A
Octal 345 101 160 0 110 63 12 527 114 72
Binary 11100101 1000001 1110000 0 1001000 110011 1010 101010111 1001100 111010

Color Harmonies of #E54170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54170

Black with #E54170

Text Example


Text Example

White with #E54170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54170; }

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

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

background-color css

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

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

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

border-color css

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

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

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