Html Css Color HEX #E21551 Ruby

📋 copy color: '#E21551'

red 226 ◦ green 21 ◦ blue 81

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

Shades of Ruby #E21551

Tints of Ruby #E21551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

 BLUE value IS 81 (32.03% from 255) = 24.7%

R = 68.9%
G = 6.4%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E21551 (or 0xE21551) is known color: Ruby. HEX triplet: E2, 15 and 51. RGB value is (226,21,81). Sum of RGB (Red+Green+Blue) = 226+21+81=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E21551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21551 is #1DEAAE. Grayscale: #595959. Windows color (decimal): -1960623 or 5314018. OLE color: 5314018.

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

Color convert

RGB 226 21 81 -
CMYK 0 0.91 0.64 0.11
HSL 342.44º 0.83% 0.48% -
HSV(B) 342.44º 0.91% 0.89% -
XYZ 33.12 17.3 9.38 -
YUV 89.14 123.42 225.62 -
System Red Green Blue C M Y K H S L
Decimal 226 21 81 0 0.91 0.64 0.11 342.44 0.83 0.48
Hex E2 15 51 0 5B 40 B 156 53 30
Octal 342 25 121 0 133 100 13 526 123 60
Binary 11100010 10101 1010001 0 1011011 1000000 1011 101010110 1010011 110000

Color Harmonies of #E21551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21551

Black with #E21551

Text Example


Text Example

White with #E21551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21551; }

 p { color: rgb(226,21,81); }

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

background-color css

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

 a { background-color: rgb(226,21,81); }

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

border-color css

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

 span { border-color: rgb(226,21,81); }

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