Html Css Color HEX #E2186B Ruby

📋 copy color: '#E2186B'

red 226 ◦ green 24 ◦ blue 107

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

Shades of Ruby #E2186B

Tints of Ruby #E2186B

RGB

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

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

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

R = 63.31%
G = 6.72%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2186B (or 0xE2186B) is known color: Ruby. HEX triplet: E2, 18 and 6B. RGB value is (226,24,107). Sum of RGB (Red+Green+Blue) = 226+24+107=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2186B is #1DE794. Grayscale: #5D5D5D. Windows color (decimal): -1959829 or 7018722. OLE color: 7018722.

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

Color convert

RGB 226 24 107 -
CMYK 0 0.89 0.53 0.11
HSL 335.35º 0.81% 0.49% -
HSV(B) 335.35º 0.89% 0.89% -
XYZ 34.34 17.88 15.55 -
YUV 93.86 135.42 222.25 -
System Red Green Blue C M Y K H S L
Decimal 226 24 107 0 0.89 0.53 0.11 335.35 0.81 0.49
Hex E2 18 6B 0 59 35 B 14F 51 31
Octal 342 30 153 0 131 65 13 517 121 61
Binary 11100010 11000 1101011 0 1011001 110101 1011 101001111 1010001 110001

Color Harmonies of #E2186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2186B

Black with #E2186B

Text Example


Text Example

White with #E2186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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