Html Css Color HEX #E05D73 Cranberry

📋 copy color: '#E05D73'

red 224 ◦ green 93 ◦ blue 115

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

Shades of Cranberry #E05D73

Tints of Cranberry #E05D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

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

R = 51.85%
G = 21.53%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05D73 (or 0xE05D73) is known color: Cranberry. HEX triplet: E0, 5D and 73. RGB value is (224,93,115). Sum of RGB (Red+Green+Blue) = 224+93+115=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D73 is #1FA28C. Grayscale: #868686. Windows color (decimal): -2073229 or 7560672. OLE color: 7560672.

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

Color convert

RGB 224 93 115 -
CMYK 0 0.58 0.49 0.12
HSL 349.92º 0.68% 0.62% -
HSV(B) 349.92º 0.58% 0.88% -
XYZ 37.75 24.91 19.04 -
YUV 134.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 224 93 115 0 0.58 0.49 0.12 349.92 0.68 0.62
Hex E0 5D 73 0 3A 31 C 15E 44 3E
Octal 340 135 163 0 72 61 14 536 104 76
Binary 11100000 1011101 1110011 0 111010 110001 1100 101011110 1000100 111110

Color Harmonies of #E05D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D73

Black with #E05D73

Text Example


Text Example

White with #E05D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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