Html Css Color HEX #E2126F Ruby

📋 copy color: '#E2126F'

red 226 ◦ green 18 ◦ blue 111

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

Shades of Ruby #E2126F

Tints of Ruby #E2126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 63.66%
G = 5.07%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2126F (or 0xE2126F) is known color: Ruby. HEX triplet: E2, 12 and 6F. RGB value is (226,18,111). Sum of RGB (Red+Green+Blue) = 226+18+111=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2126F is #1DED90. Grayscale: #5A5A5A. Windows color (decimal): -1961361 or 7279330. OLE color: 7279330.

HSL color Cylindrical-coordinate representation of color #E2126F: hue angle of 333.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2126F is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 18 111 -
CMYK 0 0.92 0.51 0.11
HSL 333.17º 0.85% 0.48% -
HSV(B) 333.17º 0.92% 0.89% -
XYZ 34.45 17.75 16.65 -
YUV 90.79 139.41 224.44 -
System Red Green Blue C M Y K H S L
Decimal 226 18 111 0 0.92 0.51 0.11 333.17 0.85 0.48
Hex E2 12 6F 0 5C 33 B 14D 55 30
Octal 342 22 157 0 134 63 13 515 125 60
Binary 11100010 10010 1101111 0 1011100 110011 1011 101001101 1010101 110000

Color Harmonies of #E2126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2126F

Black with #E2126F

Text Example


Text Example

White with #E2126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2126F; }

 p { color: rgb(226,18,111); }

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

background-color css

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

 a { background-color: rgb(226,18,111); }

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

border-color css

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

 span { border-color: rgb(226,18,111); }

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