Html Css Color HEX #E05171 Cranberry

📋 copy color: '#E05171'

red 224 ◦ green 81 ◦ blue 113

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

Shades of Cranberry #E05171

Tints of Cranberry #E05171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.38%

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

R = 53.59%
G = 19.38%
B = 27.03%

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

#E05171 (or 0xE05171) is known color: Cranberry. HEX triplet: E0, 51 and 71. RGB value is (224,81,113). Sum of RGB (Red+Green+Blue) = 224+81+113=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E05171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05171 is #1FAE8E. Grayscale: #7F7F7F. Windows color (decimal): -2076303 or 7426528. OLE color: 7426528.

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

Color convert

RGB 224 81 113 -
CMYK 0 0.64 0.50 0.12
HSL 346.57º 0.7% 0.6% -
HSV(B) 346.57º 0.64% 0.88% -
XYZ 36.66 22.92 18.12 -
YUV 127.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 224 81 113 0 0.64 0.50 0.12 346.57 0.7 0.6
Hex E0 51 71 0 40 32 C 15B 46 3C
Octal 340 121 161 0 100 62 14 533 106 74
Binary 11100000 1010001 1110001 0 1000000 110010 1100 101011011 1000110 111100

Color Harmonies of #E05171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05171

Black with #E05171

Text Example


Text Example

White with #E05171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05171; }

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

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

background-color css

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

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

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

border-color css

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

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

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