Html Css Color HEX #E6117D Ruby

📋 copy color: '#E6117D'

red 230 ◦ green 17 ◦ blue 125

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

Shades of Ruby #E6117D

Tints of Ruby #E6117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 61.83%
G = 4.57%
B = 33.6%

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

#E6117D (or 0xE6117D) is known color: Ruby. HEX triplet: E6, 11 and 7D. RGB value is (230,17,125). Sum of RGB (Red+Green+Blue) = 230+17+125=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6117D is #19EE82. Grayscale: #5C5C5C. Windows color (decimal): -1699459 or 8196582. OLE color: 8196582.

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

Color convert

RGB 230 17 125 -
CMYK 0 0.93 0.46 0.10
HSL 329.58º 0.86% 0.48% -
HSV(B) 329.58º 0.93% 0.9% -
XYZ 36.54 18.7 21.09 -
YUV 93 146.07 225.72 -
System Red Green Blue C M Y K H S L
Decimal 230 17 125 0 0.93 0.46 0.10 329.58 0.86 0.48
Hex E6 11 7D 0 5D 2E A 14A 56 30
Octal 346 21 175 0 135 56 12 512 126 60
Binary 11100110 10001 1111101 0 1011101 101110 1010 101001010 1010110 110000

Color Harmonies of #E6117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6117D

Black with #E6117D

Text Example


Text Example

White with #E6117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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