Html Css Color HEX #E2196B Ruby

📋 copy color: '#E2196B'

red 226 ◦ green 25 ◦ blue 107

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

Shades of Ruby #E2196B

Tints of Ruby #E2196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 63.13%
G = 6.98%
B = 29.89%

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

#E2196B (or 0xE2196B) is known color: Ruby. HEX triplet: E2, 19 and 6B. RGB value is (226,25,107). Sum of RGB (Red+Green+Blue) = 226+25+107=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2196B is #1DE694. Grayscale: #5E5E5E. Windows color (decimal): -1959573 or 7018978. OLE color: 7018978.

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

Color convert

RGB 226 25 107 -
CMYK 0 0.89 0.53 0.11
HSL 335.52º 0.8% 0.49% -
HSV(B) 335.52º 0.89% 0.89% -
XYZ 34.37 17.93 15.56 -
YUV 94.45 135.09 221.83 -
System Red Green Blue C M Y K H S L
Decimal 226 25 107 0 0.89 0.53 0.11 335.52 0.8 0.49
Hex E2 19 6B 0 59 35 B 150 50 31
Octal 342 31 153 0 131 65 13 520 120 61
Binary 11100010 11001 1101011 0 1011001 110101 1011 101010000 1010000 110001

Color Harmonies of #E2196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2196B

Black with #E2196B

Text Example


Text Example

White with #E2196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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