Html Css Color HEX #E2196A Ruby

📋 copy color: '#E2196A'

red 226 ◦ green 25 ◦ blue 106

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

Shades of Ruby #E2196A

Tints of Ruby #E2196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 63.31%
G = 7%
B = 29.69%

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

#E2196A (or 0xE2196A) is known color: Ruby. HEX triplet: E2, 19 and 6A. RGB value is (226,25,106). Sum of RGB (Red+Green+Blue) = 226+25+106=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2196A is #1DE695. Grayscale: #5E5E5E. Windows color (decimal): -1959574 or 6953442. OLE color: 6953442.

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

Color convert

RGB 226 25 106 -
CMYK 0 0.89 0.53 0.11
HSL 335.82º 0.8% 0.49% -
HSV(B) 335.82º 0.89% 0.89% -
XYZ 34.31 17.9 15.28 -
YUV 94.33 134.59 221.91 -
System Red Green Blue C M Y K H S L
Decimal 226 25 106 0 0.89 0.53 0.11 335.82 0.8 0.49
Hex E2 19 6A 0 59 35 B 150 50 31
Octal 342 31 152 0 131 65 13 520 120 61
Binary 11100010 11001 1101010 0 1011001 110101 1011 101010000 1010000 110001

Color Harmonies of #E2196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2196A

Black with #E2196A

Text Example


Text Example

White with #E2196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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