Html Css Color HEX #E3185D Ruby

📋 copy color: '#E3185D'

red 227 ◦ green 24 ◦ blue 93

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

Shades of Ruby #E3185D

Tints of Ruby #E3185D

RGB

 RED value IS 227 (89.06% from 255) = 65.99%

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

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

R = 65.99%
G = 6.98%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3185D (or 0xE3185D) is known color: Ruby. HEX triplet: E3, 18 and 5D. RGB value is (227,24,93). Sum of RGB (Red+Green+Blue) = 227+24+93=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E3185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3185D is #1CE7A2. Grayscale: #5C5C5C. Windows color (decimal): -1894307 or 6101219. OLE color: 6101219.

HSL color Cylindrical-coordinate representation of color #E3185D: hue angle of 339.61º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3185D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 24 93 -
CMYK 0 0.89 0.59 0.11
HSL 339.61º 0.81% 0.49% -
HSV(B) 339.61º 0.89% 0.89% -
XYZ 33.98 17.77 12 -
YUV 92.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 227 24 93 0 0.89 0.59 0.11 339.61 0.81 0.49
Hex E3 18 5D 0 59 3B B 154 51 31
Octal 343 30 135 0 131 73 13 524 121 61
Binary 11100011 11000 1011101 0 1011001 111011 1011 101010100 1010001 110001

Color Harmonies of #E3185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3185D

Black with #E3185D

Text Example


Text Example

White with #E3185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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