Html Css Color HEX #E6117C Ruby

📋 copy color: '#E6117C'

red 230 ◦ green 17 ◦ blue 124

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

Shades of Ruby #E6117C

Tints of Ruby #E6117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 61.99%
G = 4.58%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6117C (or 0xE6117C) is known color: Ruby. HEX triplet: E6, 11 and 7C. RGB value is (230,17,124). Sum of RGB (Red+Green+Blue) = 230+17+124=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6117C is #19EE83. Grayscale: #5C5C5C. Windows color (decimal): -1699460 or 8131046. OLE color: 8131046.

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

Color convert

RGB 230 17 124 -
CMYK 0 0.93 0.46 0.10
HSL 329.86º 0.86% 0.48% -
HSV(B) 329.86º 0.93% 0.9% -
XYZ 36.47 18.68 20.75 -
YUV 92.89 145.57 225.8 -
System Red Green Blue C M Y K H S L
Decimal 230 17 124 0 0.93 0.46 0.10 329.86 0.86 0.48
Hex E6 11 7C 0 5D 2E A 14A 56 30
Octal 346 21 174 0 135 56 12 512 126 60
Binary 11100110 10001 1111100 0 1011101 101110 1010 101001010 1010110 110000

Color Harmonies of #E6117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6117C

Black with #E6117C

Text Example


Text Example

White with #E6117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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