Html Css Color HEX #E05873 Cranberry

📋 copy color: '#E05873'

red 224 ◦ green 88 ◦ blue 115

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

Shades of Cranberry #E05873

Tints of Cranberry #E05873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.61%

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

R = 52.46%
G = 20.61%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05873 (or 0xE05873) is known color: Cranberry. HEX triplet: E0, 58 and 73. RGB value is (224,88,115). Sum of RGB (Red+Green+Blue) = 224+88+115=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E05873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05873 is #1FA78C. Grayscale: #838383. Windows color (decimal): -2074509 or 7559392. OLE color: 7559392.

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

Color convert

RGB 224 88 115 -
CMYK 0 0.61 0.49 0.12
HSL 348.09º 0.69% 0.61% -
HSV(B) 348.09º 0.61% 0.88% -
XYZ 37.32 24.06 18.9 -
YUV 131.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 224 88 115 0 0.61 0.49 0.12 348.09 0.69 0.61
Hex E0 58 73 0 3D 31 C 15C 45 3D
Octal 340 130 163 0 75 61 14 534 105 75
Binary 11100000 1011000 1110011 0 111101 110001 1100 101011100 1000101 111101

Color Harmonies of #E05873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05873

Black with #E05873

Text Example


Text Example

White with #E05873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05873; }

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

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

background-color css

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

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

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

border-color css

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

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

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