Html Css Color HEX #E05071 Cranberry

📋 copy color: '#E05071'

red 224 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #E05071

Tints of Cranberry #E05071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

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

R = 53.72%
G = 19.18%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E05071 (or 0xE05071) is known color: Cranberry. HEX triplet: E0, 50 and 71. RGB value is (224,80,113). Sum of RGB (Red+Green+Blue) = 224+80+113=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E05071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05071 is #1FAF8E. Grayscale: #7E7E7E. Windows color (decimal): -2076559 or 7426272. OLE color: 7426272.

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

Color convert

RGB 224 80 113 -
CMYK 0 0.64 0.50 0.12
HSL 346.25º 0.7% 0.6% -
HSV(B) 346.25º 0.64% 0.88% -
XYZ 36.59 22.78 18.09 -
YUV 126.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 224 80 113 0 0.64 0.50 0.12 346.25 0.7 0.6
Hex E0 50 71 0 40 32 C 15A 46 3C
Octal 340 120 161 0 100 62 14 532 106 74
Binary 11100000 1010000 1110001 0 1000000 110010 1100 101011010 1000110 111100

Color Harmonies of #E05071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05071

Black with #E05071

Text Example


Text Example

White with #E05071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05071; }

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

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

background-color css

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

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

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

border-color css

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

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

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