Html Css Color HEX #E0116C Ruby

📋 copy color: '#E0116C'

red 224 ◦ green 17 ◦ blue 108

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

Shades of Ruby #E0116C

Tints of Ruby #E0116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 64.18%
G = 4.87%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0116C (or 0xE0116C) is known color: Ruby. HEX triplet: E0, 11 and 6C. RGB value is (224,17,108). Sum of RGB (Red+Green+Blue) = 224+17+108=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0116C is #1FEE93. Grayscale: #595959. Windows color (decimal): -2092692 or 7082464. OLE color: 7082464.

HSL color Cylindrical-coordinate representation of color #E0116C: hue angle of 333.62º 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 #E0116C is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 108 -
CMYK 0 0.92 0.52 0.12
HSL 333.62º 0.86% 0.47% -
HSV(B) 333.62º 0.92% 0.88% -
XYZ 33.65 17.33 15.76 -
YUV 89.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 224 17 108 0 0.92 0.52 0.12 333.62 0.86 0.47
Hex E0 11 6C 0 5C 34 C 14E 56 2F
Octal 340 21 154 0 134 64 14 516 126 57
Binary 11100000 10001 1101100 0 1011100 110100 1100 101001110 1010110 101111

Color Harmonies of #E0116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0116C

Black with #E0116C

Text Example


Text Example

White with #E0116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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