Html Css Color HEX #E6196E Ruby

📋 copy color: '#E6196E'

red 230 ◦ green 25 ◦ blue 110

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

Shades of Ruby #E6196E

Tints of Ruby #E6196E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 63.01%
G = 6.85%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6196E (or 0xE6196E) is known color: Ruby. HEX triplet: E6, 19 and 6E. RGB value is (230,25,110). Sum of RGB (Red+Green+Blue) = 230+25+110=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E6196E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6196E is #19E691. Grayscale: #5F5F5F. Windows color (decimal): -1697426 or 7215590. OLE color: 7215590.

HSL color Cylindrical-coordinate representation of color #E6196E: hue angle of 335.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6196E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 25 110 -
CMYK 0 0.89 0.52 0.10
HSL 335.12º 0.8% 0.5% -
HSV(B) 335.12º 0.89% 0.9% -
XYZ 35.8 18.64 16.46 -
YUV 95.99 135.92 223.59 -
System Red Green Blue C M Y K H S L
Decimal 230 25 110 0 0.89 0.52 0.10 335.12 0.8 0.5
Hex E6 19 6E 0 59 34 A 14F 50 32
Octal 346 31 156 0 131 64 12 517 120 62
Binary 11100110 11001 1101110 0 1011001 110100 1010 101001111 1010000 110010

Color Harmonies of #E6196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6196E

Black with #E6196E

Text Example


Text Example

White with #E6196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6196E; }

 p { color: rgb(230,25,110); }

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

background-color css

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

 a { background-color: rgb(230,25,110); }

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

border-color css

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

 span { border-color: rgb(230,25,110); }

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