Html Css Color HEX #E9116A Ruby

📋 copy color: '#E9116A'

red 233 ◦ green 17 ◦ blue 106

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

Shades of Ruby #E9116A

Tints of Ruby #E9116A

RGB

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

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

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

R = 65.45%
G = 4.78%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9116A (or 0xE9116A) is known color: Ruby. HEX triplet: E9, 11 and 6A. RGB value is (233,17,106). Sum of RGB (Red+Green+Blue) = 233+17+106=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E9116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9116A is #16EE95. Grayscale: #5B5B5B. Windows color (decimal): -1502870 or 6951401. OLE color: 6951401.

HSL color Cylindrical-coordinate representation of color #E9116A: hue angle of 335.28º 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 #E9116A is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 17 106 -
CMYK 0 0.93 0.55 0.09
HSL 335.28º 0.86% 0.49% -
HSV(B) 335.28º 0.93% 0.91% -
XYZ 36.41 18.77 15.34 -
YUV 91.73 136.06 228.76 -
System Red Green Blue C M Y K H S L
Decimal 233 17 106 0 0.93 0.55 0.09 335.28 0.86 0.49
Hex E9 11 6A 0 5D 37 9 14F 56 31
Octal 351 21 152 0 135 67 11 517 126 61
Binary 11101001 10001 1101010 0 1011101 110111 1001 101001111 1010110 110001

Color Harmonies of #E9116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9116A

Black with #E9116A

Text Example


Text Example

White with #E9116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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