Html Css Color HEX #E55970 Cranberry

📋 copy color: '#E55970'

red 229 ◦ green 89 ◦ blue 112

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

Shades of Cranberry #E55970

Tints of Cranberry #E55970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.7%

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

R = 53.26%
G = 20.7%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E55970 (or 0xE55970) is known color: Cranberry. HEX triplet: E5, 59 and 70. RGB value is (229,89,112). Sum of RGB (Red+Green+Blue) = 229+89+112=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E55970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55970 is #1AA68F. Grayscale: #858585. Windows color (decimal): -1746576 or 7363045. OLE color: 7363045.

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

Color convert

RGB 229 89 112 -
CMYK 0 0.61 0.51 0.10
HSL 350.14º 0.73% 0.62% -
HSV(B) 350.14º 0.61% 0.9% -
XYZ 38.81 24.97 18.1 -
YUV 133.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 229 89 112 0 0.61 0.51 0.10 350.14 0.73 0.62
Hex E5 59 70 0 3D 33 A 15E 49 3E
Octal 345 131 160 0 75 63 12 536 111 76
Binary 11100101 1011001 1110000 0 111101 110011 1010 101011110 1001001 111110

Color Harmonies of #E55970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55970

Black with #E55970

Text Example


Text Example

White with #E55970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55970; }

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

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

background-color css

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

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

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

border-color css

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

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

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