Html Css Color HEX #E05970 Cranberry

📋 copy color: '#E05970'

red 224 ◦ green 89 ◦ blue 112

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

Shades of Cranberry #E05970

Tints of Cranberry #E05970

RGB

 RED value IS 224 (87.89% from 255) = 52.71%

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

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

R = 52.71%
G = 20.94%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E05970 (or 0xE05970) is known color: Cranberry. HEX triplet: E0, 59 and 70. RGB value is (224,89,112). Sum of RGB (Red+Green+Blue) = 224+89+112=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05970 is #1FA68F. Grayscale: #848484. Windows color (decimal): -2074256 or 7363040. OLE color: 7363040.

HSL color Cylindrical-coordinate representation of color #E05970: hue angle of 349.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05970 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 112 -
CMYK 0 0.60 0.50 0.12
HSL 349.78º 0.69% 0.61% -
HSV(B) 349.78º 0.6% 0.88% -
XYZ 37.24 24.16 18.03 -
YUV 131.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 224 89 112 0 0.60 0.50 0.12 349.78 0.69 0.61
Hex E0 59 70 0 3C 32 C 15E 45 3D
Octal 340 131 160 0 74 62 14 536 105 75
Binary 11100000 1011001 1110000 0 111100 110010 1100 101011110 1000101 111101

Color Harmonies of #E05970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05970

Black with #E05970

Text Example


Text Example

White with #E05970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05970; }

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

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

background-color css

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

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

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

border-color css

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

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

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