Html Css Color HEX #E2186C Ruby

📋 copy color: '#E2186C'

red 226 ◦ green 24 ◦ blue 108

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

Shades of Ruby #E2186C

Tints of Ruby #E2186C

RGB

 RED value IS 226 (88.67% from 255) = 63.13%

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

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 63.13%
G = 6.7%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2186C (or 0xE2186C) is known color: Ruby. HEX triplet: E2, 18 and 6C. RGB value is (226,24,108). Sum of RGB (Red+Green+Blue) = 226+24+108=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2186C is #1DE793. Grayscale: #5D5D5D. Windows color (decimal): -1959828 or 7084258. OLE color: 7084258.

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

Color convert

RGB 226 24 108 -
CMYK 0 0.89 0.52 0.11
HSL 335.05º 0.81% 0.49% -
HSV(B) 335.05º 0.89% 0.89% -
XYZ 34.4 17.9 15.83 -
YUV 93.97 135.92 222.17 -
System Red Green Blue C M Y K H S L
Decimal 226 24 108 0 0.89 0.52 0.11 335.05 0.81 0.49
Hex E2 18 6C 0 59 34 B 14F 51 31
Octal 342 30 154 0 131 64 13 517 121 61
Binary 11100010 11000 1101100 0 1011001 110100 1011 101001111 1010001 110001

Color Harmonies of #E2186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2186C

Black with #E2186C

Text Example


Text Example

White with #E2186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2186C; }

 p { color: rgb(226,24,108); }

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

background-color css

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

 a { background-color: rgb(226,24,108); }

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

border-color css

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

 span { border-color: rgb(226,24,108); }

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