Html Css Color HEX #E6116D Ruby

📋 copy color: '#E6116D'

red 230 ◦ green 17 ◦ blue 109

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

Shades of Ruby #E6116D

Tints of Ruby #E6116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 64.61%
G = 4.78%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6116D (or 0xE6116D) is known color: Ruby. HEX triplet: E6, 11 and 6D. RGB value is (230,17,109). Sum of RGB (Red+Green+Blue) = 230+17+109=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6116D is #19EE92. Grayscale: #5B5B5B. Windows color (decimal): -1699475 or 7148006. OLE color: 7148006.

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

Color convert

RGB 230 17 109 -
CMYK 0 0.93 0.53 0.10
HSL 334.08º 0.86% 0.48% -
HSV(B) 334.08º 0.93% 0.9% -
XYZ 35.59 18.33 16.13 -
YUV 91.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 230 17 109 0 0.93 0.53 0.10 334.08 0.86 0.48
Hex E6 11 6D 0 5D 35 A 14E 56 30
Octal 346 21 155 0 135 65 12 516 126 60
Binary 11100110 10001 1101101 0 1011101 110101 1010 101001110 1010110 110000

Color Harmonies of #E6116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6116D

Black with #E6116D

Text Example


Text Example

White with #E6116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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