Html Css Color HEX #E05473 Cranberry

📋 copy color: '#E05473'

red 224 ◦ green 84 ◦ blue 115

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

Shades of Cranberry #E05473

Tints of Cranberry #E05473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 52.96%
G = 19.86%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05473 (or 0xE05473) is known color: Cranberry. HEX triplet: E0, 54 and 73. RGB value is (224,84,115). Sum of RGB (Red+Green+Blue) = 224+84+115=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E05473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05473 is #1FAB8C. Grayscale: #818181. Windows color (decimal): -2075533 or 7558368. OLE color: 7558368.

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

Color convert

RGB 224 84 115 -
CMYK 0 0.62 0.49 0.12
HSL 346.71º 0.69% 0.6% -
HSV(B) 346.71º 0.63% 0.88% -
XYZ 37.01 23.43 18.79 -
YUV 129.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 224 84 115 0 0.62 0.49 0.12 346.71 0.69 0.6
Hex E0 54 73 0 3E 31 C 15B 45 3C
Octal 340 124 163 0 76 61 14 533 105 74
Binary 11100000 1010100 1110011 0 111110 110001 1100 101011011 1000101 111100

Color Harmonies of #E05473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05473

Black with #E05473

Text Example


Text Example

White with #E05473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05473; }

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

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

background-color css

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

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

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

border-color css

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

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

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