Html Css Color HEX #E5185D Ruby

📋 copy color: '#E5185D'

red 229 ◦ green 24 ◦ blue 93

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

Shades of Ruby #E5185D

Tints of Ruby #E5185D

RGB

 RED value IS 229 (89.84% from 255) = 66.18%

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

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

R = 66.18%
G = 6.94%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5185D (or 0xE5185D) is known color: Ruby. HEX triplet: E5, 18 and 5D. RGB value is (229,24,93). Sum of RGB (Red+Green+Blue) = 229+24+93=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5185D is #1AE7A2. Grayscale: #5D5D5D. Windows color (decimal): -1763235 or 6101221. OLE color: 6101221.

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

Color convert

RGB 229 24 93 -
CMYK 0 0.90 0.59 0.10
HSL 339.8º 0.81% 0.5% -
HSV(B) 339.8º 0.9% 0.9% -
XYZ 34.62 18.1 12.03 -
YUV 93.16 127.92 224.89 -
System Red Green Blue C M Y K H S L
Decimal 229 24 93 0 0.90 0.59 0.10 339.8 0.81 0.5
Hex E5 18 5D 0 5A 3B A 154 51 32
Octal 345 30 135 0 132 73 12 524 121 62
Binary 11100101 11000 1011101 0 1011010 111011 1010 101010100 1010001 110010

Color Harmonies of #E5185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5185D

Black with #E5185D

Text Example


Text Example

White with #E5185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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