Html Css Color HEX #E01373 Ruby

📋 copy color: '#E01373'

red 224 ◦ green 19 ◦ blue 115

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

Shades of Ruby #E01373

Tints of Ruby #E01373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 62.57%
G = 5.31%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E01373 (or 0xE01373) is known color: Ruby. HEX triplet: E0, 13 and 73. RGB value is (224,19,115). Sum of RGB (Red+Green+Blue) = 224+19+115=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E01373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01373 is #1FEC8C. Grayscale: #5B5B5B. Windows color (decimal): -2092173 or 7541728. OLE color: 7541728.

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

Color convert

RGB 224 19 115 -
CMYK 0 0.92 0.49 0.12
HSL 331.9º 0.84% 0.48% -
HSV(B) 331.9º 0.92% 0.88% -
XYZ 34.07 17.55 17.81 -
YUV 91.24 141.42 222.69 -
System Red Green Blue C M Y K H S L
Decimal 224 19 115 0 0.92 0.49 0.12 331.9 0.84 0.48
Hex E0 13 73 0 5C 31 C 14C 54 30
Octal 340 23 163 0 134 61 14 514 124 60
Binary 11100000 10011 1110011 0 1011100 110001 1100 101001100 1010100 110000

Color Harmonies of #E01373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01373

Black with #E01373

Text Example


Text Example

White with #E01373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01373; }

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

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

background-color css

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

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

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

border-color css

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

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

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