Html Css Color HEX #E21070 Ruby

📋 copy color: '#E21070'

red 226 ◦ green 16 ◦ blue 112

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

Shades of Ruby #E21070

Tints of Ruby #E21070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 63.84%
G = 4.52%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21070 (or 0xE21070) is known color: Ruby. HEX triplet: E2, 10 and 70. RGB value is (226,16,112). Sum of RGB (Red+Green+Blue) = 226+16+112=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E21070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21070 is #1DEF8F. Grayscale: #595959. Windows color (decimal): -1961872 or 7344354. OLE color: 7344354.

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

Color convert

RGB 226 16 112 -
CMYK 0 0.93 0.50 0.11
HSL 332.57º 0.87% 0.47% -
HSV(B) 332.57º 0.93% 0.89% -
XYZ 34.47 17.71 16.93 -
YUV 89.73 140.57 225.19 -
System Red Green Blue C M Y K H S L
Decimal 226 16 112 0 0.93 0.50 0.11 332.57 0.87 0.47
Hex E2 10 70 0 5D 32 B 14D 57 2F
Octal 342 20 160 0 135 62 13 515 127 57
Binary 11100010 10000 1110000 0 1011101 110010 1011 101001101 1010111 101111

Color Harmonies of #E21070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21070

Black with #E21070

Text Example


Text Example

White with #E21070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21070; }

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

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

background-color css

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

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

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

border-color css

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

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

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