Html Css Color HEX #E6185D Ruby

📋 copy color: '#E6185D'

red 230 ◦ green 24 ◦ blue 93

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

Shades of Ruby #E6185D

Tints of Ruby #E6185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.92%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 66.28%
G = 6.92%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6185D (or 0xE6185D) is known color: Ruby. HEX triplet: E6, 18 and 5D. RGB value is (230,24,93). Sum of RGB (Red+Green+Blue) = 230+24+93=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E6185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6185D is #19E7A2. Grayscale: #5D5D5D. Windows color (decimal): -1697699 or 6101222. OLE color: 6101222.

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

Color convert

RGB 230 24 93 -
CMYK 0 0.90 0.60 0.10
HSL 339.9º 0.81% 0.5% -
HSV(B) 339.9º 0.9% 0.9% -
XYZ 34.94 18.27 12.04 -
YUV 93.46 127.75 225.39 -
System Red Green Blue C M Y K H S L
Decimal 230 24 93 0 0.90 0.60 0.10 339.9 0.81 0.5
Hex E6 18 5D 0 5A 3C A 154 51 32
Octal 346 30 135 0 132 74 12 524 121 62
Binary 11100110 11000 1011101 0 1011010 111100 1010 101010100 1010001 110010

Color Harmonies of #E6185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6185D

Black with #E6185D

Text Example


Text Example

White with #E6185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6185D; }

 p { color: rgb(230,24,93); }

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

background-color css

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

 a { background-color: rgb(230,24,93); }

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

border-color css

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

 span { border-color: rgb(230,24,93); }

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