Html Css Color HEX #E6195C Ruby

📋 copy color: '#E6195C'

red 230 ◦ green 25 ◦ blue 92

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

Shades of Ruby #E6195C

Tints of Ruby #E6195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 66.28%
G = 7.2%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6195C (or 0xE6195C) is known color: Ruby. HEX triplet: E6, 19 and 5C. RGB value is (230,25,92). Sum of RGB (Red+Green+Blue) = 230+25+92=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E6195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6195C is #19E6A3. Grayscale: #5D5D5D. Windows color (decimal): -1697444 or 6035942. OLE color: 6035942.

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

Color convert

RGB 230 25 92 -
CMYK 0 0.89 0.60 0.10
HSL 340.39º 0.8% 0.5% -
HSV(B) 340.39º 0.89% 0.9% -
XYZ 34.91 18.29 11.82 -
YUV 93.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 230 25 92 0 0.89 0.60 0.10 340.39 0.8 0.5
Hex E6 19 5C 0 59 3C A 154 50 32
Octal 346 31 134 0 131 74 12 524 120 62
Binary 11100110 11001 1011100 0 1011001 111100 1010 101010100 1010000 110010

Color Harmonies of #E6195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6195C

Black with #E6195C

Text Example


Text Example

White with #E6195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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