Html Css Color HEX #E6017C Ruby

📋 copy color: '#E6017C'

red 230 ◦ green 1 ◦ blue 124

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

Shades of Ruby #E6017C

Tints of Ruby #E6017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 64.79%
G = 0.28%
B = 34.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6017C (or 0xE6017C) is known color: Ruby. HEX triplet: E6, 01 and 7C. RGB value is (230,1,124). Sum of RGB (Red+Green+Blue) = 230+1+124=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6017C is #19FE83. Grayscale: #535353. Windows color (decimal): -1703556 or 8126950. OLE color: 8126950.

HSL color Cylindrical-coordinate representation of color #E6017C: hue angle of 327.77º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6017C is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 124 -
CMYK 0 1.00 0.46 0.10
HSL 327.77º 0.99% 0.45% -
HSV(B) 327.77º 1% 0.9% -
XYZ 36.28 18.3 20.69 -
YUV 83.49 150.87 232.5 -
System Red Green Blue C M Y K H S L
Decimal 230 1 124 0 1.00 0.46 0.10 327.77 0.99 0.45
Hex E6 1 7C 0 64 2E A 148 63 2D
Octal 346 1 174 0 144 56 12 510 143 55
Binary 11100110 1 1111100 0 1100100 101110 1010 101001000 1100011 101101

Color Harmonies of #E6017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6017C

Black with #E6017C

Text Example


Text Example

White with #E6017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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