Html Css Color HEX #E05471 Cranberry

📋 copy color: '#E05471'

red 224 ◦ green 84 ◦ blue 113

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

Shades of Cranberry #E05471

Tints of Cranberry #E05471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.95%

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

R = 53.21%
G = 19.95%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E05471 (or 0xE05471) is known color: Cranberry. HEX triplet: E0, 54 and 71. RGB value is (224,84,113). Sum of RGB (Red+Green+Blue) = 224+84+113=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E05471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05471 is #1FAB8E. Grayscale: #818181. Windows color (decimal): -2075535 or 7427296. OLE color: 7427296.

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

Color convert

RGB 224 84 113 -
CMYK 0 0.62 0.50 0.12
HSL 347.57º 0.69% 0.6% -
HSV(B) 347.57º 0.63% 0.88% -
XYZ 36.89 23.38 18.19 -
YUV 129.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 224 84 113 0 0.62 0.50 0.12 347.57 0.69 0.6
Hex E0 54 71 0 3E 32 C 15C 45 3C
Octal 340 124 161 0 76 62 14 534 105 74
Binary 11100000 1010100 1110001 0 111110 110010 1100 101011100 1000101 111100

Color Harmonies of #E05471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05471

Black with #E05471

Text Example


Text Example

White with #E05471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05471; }

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

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

background-color css

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

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

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

border-color css

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

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

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