Html Css Color HEX #E6116A Ruby

📋 copy color: '#E6116A'

red 230 ◦ green 17 ◦ blue 106

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

Shades of Ruby #E6116A

Tints of Ruby #E6116A

RGB

 RED value IS 230 (90.23% from 255) = 65.16%

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

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

R = 65.16%
G = 4.82%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6116A (or 0xE6116A) is known color: Ruby. HEX triplet: E6, 11 and 6A. RGB value is (230,17,106). Sum of RGB (Red+Green+Blue) = 230+17+106=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E6116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6116A is #19EE95. Grayscale: #5A5A5A. Windows color (decimal): -1699478 or 6951398. OLE color: 6951398.

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

Color convert

RGB 230 17 106 -
CMYK 0 0.93 0.54 0.10
HSL 334.93º 0.86% 0.48% -
HSV(B) 334.93º 0.93% 0.9% -
XYZ 35.44 18.26 15.29 -
YUV 90.83 136.57 227.26 -
System Red Green Blue C M Y K H S L
Decimal 230 17 106 0 0.93 0.54 0.10 334.93 0.86 0.48
Hex E6 11 6A 0 5D 36 A 14F 56 30
Octal 346 21 152 0 135 66 12 517 126 60
Binary 11100110 10001 1101010 0 1011101 110110 1010 101001111 1010110 110000

Color Harmonies of #E6116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6116A

Black with #E6116A

Text Example


Text Example

White with #E6116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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