Html Css Color HEX #E21972 Ruby

📋 copy color: '#E21972'

red 226 ◦ green 25 ◦ blue 114

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

Shades of Ruby #E21972

Tints of Ruby #E21972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 61.92%
G = 6.85%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21972 (or 0xE21972) is known color: Ruby. HEX triplet: E2, 19 and 72. RGB value is (226,25,114). Sum of RGB (Red+Green+Blue) = 226+25+114=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E21972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21972 is #1DE68D. Grayscale: #5F5F5F. Windows color (decimal): -1959566 or 7477730. OLE color: 7477730.

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

Color convert

RGB 226 25 114 -
CMYK 0 0.89 0.50 0.11
HSL 333.43º 0.8% 0.49% -
HSV(B) 333.43º 0.89% 0.89% -
XYZ 34.75 18.08 17.58 -
YUV 95.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 226 25 114 0 0.89 0.50 0.11 333.43 0.8 0.49
Hex E2 19 72 0 59 32 B 14D 50 31
Octal 342 31 162 0 131 62 13 515 120 61
Binary 11100010 11001 1110010 0 1011001 110010 1011 101001101 1010000 110001

Color Harmonies of #E21972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21972

Black with #E21972

Text Example


Text Example

White with #E21972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21972; }

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

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

background-color css

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

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

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

border-color css

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

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

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