Html Css Color HEX #E9116B Ruby

📋 copy color: '#E9116B'

red 233 ◦ green 17 ◦ blue 107

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

Shades of Ruby #E9116B

Tints of Ruby #E9116B

RGB

 RED value IS 233 (91.41% from 255) = 65.27%

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

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

R = 65.27%
G = 4.76%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E9116B (or 0xE9116B) is known color: Ruby. HEX triplet: E9, 11 and 6B. RGB value is (233,17,107). Sum of RGB (Red+Green+Blue) = 233+17+107=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E9116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9116B is #16EE94. Grayscale: #5B5B5B. Windows color (decimal): -1502869 or 7016937. OLE color: 7016937.

HSL color Cylindrical-coordinate representation of color #E9116B: hue angle of 335º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9116B is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 17 107 -
CMYK 0 0.93 0.54 0.09
HSL 335º 0.86% 0.49% -
HSV(B) 335º 0.93% 0.91% -
XYZ 36.46 18.79 15.61 -
YUV 91.84 136.56 228.68 -
System Red Green Blue C M Y K H S L
Decimal 233 17 107 0 0.93 0.54 0.09 335 0.86 0.49
Hex E9 11 6B 0 5D 36 9 14F 56 31
Octal 351 21 153 0 135 66 11 517 126 61
Binary 11101001 10001 1101011 0 1011101 110110 1001 101001111 1010110 110001

Color Harmonies of #E9116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9116B

Black with #E9116B

Text Example


Text Example

White with #E9116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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