Html Css Color HEX #E21772 Ruby

📋 copy color: '#E21772'

red 226 ◦ green 23 ◦ blue 114

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

Shades of Ruby #E21772

Tints of Ruby #E21772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.34%

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

R = 62.26%
G = 6.34%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21772 (or 0xE21772) is known color: Ruby. HEX triplet: E2, 17 and 72. RGB value is (226,23,114). Sum of RGB (Red+Green+Blue) = 226+23+114=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E21772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21772 is #1DE88D. Grayscale: #5D5D5D. Windows color (decimal): -1960078 or 7477218. OLE color: 7477218.

HSL color Cylindrical-coordinate representation of color #E21772: hue angle of 333.1º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21772 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 23 114 -
CMYK 0 0.90 0.50 0.11
HSL 333.1º 0.82% 0.49% -
HSV(B) 333.1º 0.9% 0.89% -
XYZ 34.71 18 17.56 -
YUV 94.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 226 23 114 0 0.90 0.50 0.11 333.1 0.82 0.49
Hex E2 17 72 0 5A 32 B 14D 52 31
Octal 342 27 162 0 132 62 13 515 122 61
Binary 11100010 10111 1110010 0 1011010 110010 1011 101001101 1010010 110001

Color Harmonies of #E21772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21772

Black with #E21772

Text Example


Text Example

White with #E21772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21772; }

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

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

background-color css

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

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

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

border-color css

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

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

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