Html Css Color HEX #E1186E Ruby

📋 copy color: '#E1186E'

red 225 ◦ green 24 ◦ blue 110

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

Shades of Ruby #E1186E

Tints of Ruby #E1186E

RGB

 RED value IS 225 (88.28% from 255) = 62.67%

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

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 62.67%
G = 6.69%
B = 30.64%

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

#E1186E (or 0xE1186E) is known color: Ruby. HEX triplet: E1, 18 and 6E. RGB value is (225,24,110). Sum of RGB (Red+Green+Blue) = 225+24+110=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1186E is #1EE791. Grayscale: #5D5D5D. Windows color (decimal): -2025362 or 7215329. OLE color: 7215329.

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

Color convert

RGB 225 24 110 -
CMYK 0 0.89 0.51 0.12
HSL 334.33º 0.81% 0.49% -
HSV(B) 334.33º 0.89% 0.88% -
XYZ 34.19 17.79 16.38 -
YUV 93.9 137.09 221.51 -
System Red Green Blue C M Y K H S L
Decimal 225 24 110 0 0.89 0.51 0.12 334.33 0.81 0.49
Hex E1 18 6E 0 59 33 C 14E 51 31
Octal 341 30 156 0 131 63 14 516 121 61
Binary 11100001 11000 1101110 0 1011001 110011 1100 101001110 1010001 110001

Color Harmonies of #E1186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1186E

Black with #E1186E

Text Example


Text Example

White with #E1186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1186E; }

 p { color: rgb(225,24,110); }

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

background-color css

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

 a { background-color: rgb(225,24,110); }

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

border-color css

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

 span { border-color: rgb(225,24,110); }

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