Html Css Color HEX #E0116A Ruby

📋 copy color: '#E0116A'

red 224 ◦ green 17 ◦ blue 106

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

Shades of Ruby #E0116A

Tints of Ruby #E0116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 64.55%
G = 4.9%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0116A (or 0xE0116A) is known color: Ruby. HEX triplet: E0, 11 and 6A. RGB value is (224,17,106). Sum of RGB (Red+Green+Blue) = 224+17+106=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E0116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0116A is #1FEE95. Grayscale: #585858. Windows color (decimal): -2092694 or 6951392. OLE color: 6951392.

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

Color convert

RGB 224 17 106 -
CMYK 0 0.92 0.53 0.12
HSL 334.2º 0.86% 0.47% -
HSV(B) 334.2º 0.92% 0.88% -
XYZ 33.54 17.29 15.2 -
YUV 89.04 137.58 224.26 -
System Red Green Blue C M Y K H S L
Decimal 224 17 106 0 0.92 0.53 0.12 334.2 0.86 0.47
Hex E0 11 6A 0 5C 35 C 14E 56 2F
Octal 340 21 152 0 134 65 14 516 126 57
Binary 11100000 10001 1101010 0 1011100 110101 1100 101001110 1010110 101111

Color Harmonies of #E0116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0116A

Black with #E0116A

Text Example


Text Example

White with #E0116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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