Html Css Color HEX #E1186B Ruby

📋 copy color: '#E1186B'

red 225 ◦ green 24 ◦ blue 107

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

Shades of Ruby #E1186B

Tints of Ruby #E1186B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 63.2%
G = 6.74%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1186B (or 0xE1186B) is known color: Ruby. HEX triplet: E1, 18 and 6B. RGB value is (225,24,107). Sum of RGB (Red+Green+Blue) = 225+24+107=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1186B is #1EE794. Grayscale: #5D5D5D. Windows color (decimal): -2025365 or 7018721. OLE color: 7018721.

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

Color convert

RGB 225 24 107 -
CMYK 0 0.89 0.52 0.12
HSL 335.22º 0.81% 0.49% -
HSV(B) 335.22º 0.89% 0.88% -
XYZ 34.03 17.72 15.54 -
YUV 93.56 135.59 221.75 -
System Red Green Blue C M Y K H S L
Decimal 225 24 107 0 0.89 0.52 0.12 335.22 0.81 0.49
Hex E1 18 6B 0 59 34 C 14F 51 31
Octal 341 30 153 0 131 64 14 517 121 61
Binary 11100001 11000 1101011 0 1011001 110100 1100 101001111 1010001 110001

Color Harmonies of #E1186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1186B

Black with #E1186B

Text Example


Text Example

White with #E1186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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