Html Css Color HEX #E05971 Cranberry

📋 copy color: '#E05971'

red 224 ◦ green 89 ◦ blue 113

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

Shades of Cranberry #E05971

Tints of Cranberry #E05971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 52.58%
G = 20.89%
B = 26.53%

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

#E05971 (or 0xE05971) is known color: Cranberry. HEX triplet: E0, 59 and 71. RGB value is (224,89,113). Sum of RGB (Red+Green+Blue) = 224+89+113=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E05971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05971 is #1FA68E. Grayscale: #848484. Windows color (decimal): -2074255 or 7428576. OLE color: 7428576.

HSL color Cylindrical-coordinate representation of color #E05971: hue angle of 349.33º 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 #E05971 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 113 -
CMYK 0 0.60 0.50 0.12
HSL 349.33º 0.69% 0.61% -
HSV(B) 349.33º 0.6% 0.88% -
XYZ 37.29 24.18 18.33 -
YUV 132.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 224 89 113 0 0.60 0.50 0.12 349.33 0.69 0.61
Hex E0 59 71 0 3C 32 C 15D 45 3D
Octal 340 131 161 0 74 62 14 535 105 75
Binary 11100000 1011001 1110001 0 111100 110010 1100 101011101 1000101 111101

Color Harmonies of #E05971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05971

Black with #E05971

Text Example


Text Example

White with #E05971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05971; }

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

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

background-color css

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

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

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

border-color css

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

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

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