Html Css Color HEX #E21076 Ruby

📋 copy color: '#E21076'

red 226 ◦ green 16 ◦ blue 118

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

Shades of Ruby #E21076

Tints of Ruby #E21076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 62.78%
G = 4.44%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E21076 (or 0xE21076) is known color: Ruby. HEX triplet: E2, 10 and 76. RGB value is (226,16,118). Sum of RGB (Red+Green+Blue) = 226+16+118=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E21076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21076 is #1DEF89. Grayscale: #5A5A5A. Windows color (decimal): -1961866 or 7737570. OLE color: 7737570.

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

Color convert

RGB 226 16 118 -
CMYK 0 0.93 0.48 0.11
HSL 330.86º 0.87% 0.47% -
HSV(B) 330.86º 0.93% 0.89% -
XYZ 34.82 17.85 18.75 -
YUV 90.42 143.57 224.71 -
System Red Green Blue C M Y K H S L
Decimal 226 16 118 0 0.93 0.48 0.11 330.86 0.87 0.47
Hex E2 10 76 0 5D 30 B 14B 57 2F
Octal 342 20 166 0 135 60 13 513 127 57
Binary 11100010 10000 1110110 0 1011101 110000 1011 101001011 1010111 101111

Color Harmonies of #E21076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21076

Black with #E21076

Text Example


Text Example

White with #E21076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21076; }

 p { color: rgb(226,16,118); }

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

background-color css

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

 a { background-color: rgb(226,16,118); }

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

border-color css

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

 span { border-color: rgb(226,16,118); }

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