Html Css Color HEX #E05373 Cranberry

📋 copy color: '#E05373'

red 224 ◦ green 83 ◦ blue 115

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

Shades of Cranberry #E05373

Tints of Cranberry #E05373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 53.08%
G = 19.67%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05373 (or 0xE05373) is known color: Cranberry. HEX triplet: E0, 53 and 73. RGB value is (224,83,115). Sum of RGB (Red+Green+Blue) = 224+83+115=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E05373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05373 is #1FAC8C. Grayscale: #808080. Windows color (decimal): -2075789 or 7558112. OLE color: 7558112.

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

Color convert

RGB 224 83 115 -
CMYK 0 0.63 0.49 0.12
HSL 346.38º 0.69% 0.6% -
HSV(B) 346.38º 0.63% 0.88% -
XYZ 36.93 23.27 18.77 -
YUV 128.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 224 83 115 0 0.63 0.49 0.12 346.38 0.69 0.6
Hex E0 53 73 0 3F 31 C 15A 45 3C
Octal 340 123 163 0 77 61 14 532 105 74
Binary 11100000 1010011 1110011 0 111111 110001 1100 101011010 1000101 111100

Color Harmonies of #E05373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05373

Black with #E05373

Text Example


Text Example

White with #E05373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05373; }

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

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

background-color css

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

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

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

border-color css

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

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

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