Html Css Color HEX #E6127D Ruby

📋 copy color: '#E6127D'

red 230 ◦ green 18 ◦ blue 125

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

Shades of Ruby #E6127D

Tints of Ruby #E6127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

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

R = 61.66%
G = 4.83%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6127D (or 0xE6127D) is known color: Ruby. HEX triplet: E6, 12 and 7D. RGB value is (230,18,125). Sum of RGB (Red+Green+Blue) = 230+18+125=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6127D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6127D is #19ED82. Grayscale: #5D5D5D. Windows color (decimal): -1699203 or 8196838. OLE color: 8196838.

HSL color Cylindrical-coordinate representation of color #E6127D: hue angle of 329.72º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6127D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 125 -
CMYK 0 0.92 0.46 0.10
HSL 329.72º 0.85% 0.49% -
HSV(B) 329.72º 0.92% 0.9% -
XYZ 36.55 18.74 21.09 -
YUV 93.59 145.74 225.3 -
System Red Green Blue C M Y K H S L
Decimal 230 18 125 0 0.92 0.46 0.10 329.72 0.85 0.49
Hex E6 12 7D 0 5C 2E A 14A 55 31
Octal 346 22 175 0 134 56 12 512 125 61
Binary 11100110 10010 1111101 0 1011100 101110 1010 101001010 1010101 110001

Color Harmonies of #E6127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6127D

Black with #E6127D

Text Example


Text Example

White with #E6127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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