Html Css Color HEX #E0185E Ruby

📋 copy color: '#E0185E'

red 224 ◦ green 24 ◦ blue 94

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

Shades of Ruby #E0185E

Tints of Ruby #E0185E

RGB

 RED value IS 224 (87.89% from 255) = 65.5%

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

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 65.5%
G = 7.02%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0185E (or 0xE0185E) is known color: Ruby. HEX triplet: E0, 18 and 5E. RGB value is (224,24,94). Sum of RGB (Red+Green+Blue) = 224+24+94=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0185E is #1FE7A1. Grayscale: #5B5B5B. Windows color (decimal): -2090914 or 6166752. OLE color: 6166752.

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

Color convert

RGB 224 24 94 -
CMYK 0 0.89 0.58 0.12
HSL 339º 0.81% 0.49% -
HSV(B) 339º 0.89% 0.88% -
XYZ 33.09 17.31 12.19 -
YUV 91.78 129.26 222.31 -
System Red Green Blue C M Y K H S L
Decimal 224 24 94 0 0.89 0.58 0.12 339 0.81 0.49
Hex E0 18 5E 0 59 3A C 153 51 31
Octal 340 30 136 0 131 72 14 523 121 61
Binary 11100000 11000 1011110 0 1011001 111010 1100 101010011 1010001 110001

Color Harmonies of #E0185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0185E

Black with #E0185E

Text Example


Text Example

White with #E0185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0185E; }

 p { color: rgb(224,24,94); }

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

background-color css

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

 a { background-color: rgb(224,24,94); }

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

border-color css

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

 span { border-color: rgb(224,24,94); }

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