Html Css Color HEX #E01173 Ruby

📋 copy color: '#E01173'

red 224 ◦ green 17 ◦ blue 115

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

Shades of Ruby #E01173

Tints of Ruby #E01173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

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

R = 62.92%
G = 4.78%
B = 32.3%

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

#E01173 (or 0xE01173) is known color: Ruby. HEX triplet: E0, 11 and 73. RGB value is (224,17,115). Sum of RGB (Red+Green+Blue) = 224+17+115=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E01173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01173 is #1FEE8C. Grayscale: #595959. Windows color (decimal): -2092685 or 7541216. OLE color: 7541216.

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

Color convert

RGB 224 17 115 -
CMYK 0 0.92 0.49 0.12
HSL 331.59º 0.86% 0.47% -
HSV(B) 331.59º 0.92% 0.88% -
XYZ 34.04 17.49 17.8 -
YUV 90.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 224 17 115 0 0.92 0.49 0.12 331.59 0.86 0.47
Hex E0 11 73 0 5C 31 C 14C 56 2F
Octal 340 21 163 0 134 61 14 514 126 57
Binary 11100000 10001 1110011 0 1011100 110001 1100 101001100 1010110 101111

Color Harmonies of #E01173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01173

Black with #E01173

Text Example


Text Example

White with #E01173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01173; }

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

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

background-color css

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

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

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

border-color css

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

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

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