Html Css Color HEX #E0116B Ruby

📋 copy color: '#E0116B'

red 224 ◦ green 17 ◦ blue 107

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

Shades of Ruby #E0116B

Tints of Ruby #E0116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 64.37%
G = 4.89%
B = 30.75%

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

#E0116B (or 0xE0116B) is known color: Ruby. HEX triplet: E0, 11 and 6B. RGB value is (224,17,107). Sum of RGB (Red+Green+Blue) = 224+17+107=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0116B is #1FEE94. Grayscale: #595959. Windows color (decimal): -2092693 or 7016928. OLE color: 7016928.

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

Color convert

RGB 224 17 107 -
CMYK 0 0.92 0.52 0.12
HSL 333.91º 0.86% 0.47% -
HSV(B) 333.91º 0.92% 0.88% -
XYZ 33.59 17.31 15.48 -
YUV 89.15 138.08 224.18 -
System Red Green Blue C M Y K H S L
Decimal 224 17 107 0 0.92 0.52 0.12 333.91 0.86 0.47
Hex E0 11 6B 0 5C 34 C 14E 56 2F
Octal 340 21 153 0 134 64 14 516 126 57
Binary 11100000 10001 1101011 0 1011100 110100 1100 101001110 1010110 101111

Color Harmonies of #E0116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0116B

Black with #E0116B

Text Example


Text Example

White with #E0116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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