Html Css Color HEX #E05B73 Cranberry

📋 copy color: '#E05B73'

red 224 ◦ green 91 ◦ blue 115

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

Shades of Cranberry #E05B73

Tints of Cranberry #E05B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

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

R = 52.09%
G = 21.16%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05B73 (or 0xE05B73) is known color: Cranberry. HEX triplet: E0, 5B and 73. RGB value is (224,91,115). Sum of RGB (Red+Green+Blue) = 224+91+115=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B73 is #1FA48C. Grayscale: #858585. Windows color (decimal): -2073741 or 7560160. OLE color: 7560160.

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

Color convert

RGB 224 91 115 -
CMYK 0 0.59 0.49 0.12
HSL 349.17º 0.68% 0.62% -
HSV(B) 349.17º 0.59% 0.88% -
XYZ 37.58 24.57 18.98 -
YUV 133.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 224 91 115 0 0.59 0.49 0.12 349.17 0.68 0.62
Hex E0 5B 73 0 3B 31 C 15D 44 3E
Octal 340 133 163 0 73 61 14 535 104 76
Binary 11100000 1011011 1110011 0 111011 110001 1100 101011101 1000100 111110

Color Harmonies of #E05B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05B73

Black with #E05B73

Text Example


Text Example

White with #E05B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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