Html Css Color HEX #E0186D Ruby

📋 copy color: '#E0186D'

red 224 ◦ green 24 ◦ blue 109

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

Shades of Ruby #E0186D

Tints of Ruby #E0186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 62.75%
G = 6.72%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0186D (or 0xE0186D) is known color: Ruby. HEX triplet: E0, 18 and 6D. RGB value is (224,24,109). Sum of RGB (Red+Green+Blue) = 224+24+109=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0186D is #1FE792. Grayscale: #5D5D5D. Windows color (decimal): -2090899 or 7149792. OLE color: 7149792.

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

Color convert

RGB 224 24 109 -
CMYK 0 0.89 0.51 0.12
HSL 334.5º 0.81% 0.49% -
HSV(B) 334.5º 0.89% 0.88% -
XYZ 33.83 17.6 16.08 -
YUV 93.49 136.76 221.09 -
System Red Green Blue C M Y K H S L
Decimal 224 24 109 0 0.89 0.51 0.12 334.5 0.81 0.49
Hex E0 18 6D 0 59 33 C 14E 51 31
Octal 340 30 155 0 131 63 14 516 121 61
Binary 11100000 11000 1101101 0 1011001 110011 1100 101001110 1010001 110001

Color Harmonies of #E0186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0186D

Black with #E0186D

Text Example


Text Example

White with #E0186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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