Html Css Color HEX #E21951 Ruby

📋 copy color: '#E21951'

red 226 ◦ green 25 ◦ blue 81

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

Shades of Ruby #E21951

Tints of Ruby #E21951

RGB

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

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

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

R = 68.07%
G = 7.53%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E21951 (or 0xE21951) is known color: Ruby. HEX triplet: E2, 19 and 51. RGB value is (226,25,81). Sum of RGB (Red+Green+Blue) = 226+25+81=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E21951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21951 is #1DE6AE. Grayscale: #5B5B5B. Windows color (decimal): -1959599 or 5315042. OLE color: 5315042.

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

Color convert

RGB 226 25 81 -
CMYK 0 0.89 0.64 0.11
HSL 343.28º 0.8% 0.49% -
HSV(B) 343.28º 0.89% 0.89% -
XYZ 33.2 17.46 9.4 -
YUV 91.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 226 25 81 0 0.89 0.64 0.11 343.28 0.8 0.49
Hex E2 19 51 0 59 40 B 157 50 31
Octal 342 31 121 0 131 100 13 527 120 61
Binary 11100010 11001 1010001 0 1011001 1000000 1011 101010111 1010000 110001

Color Harmonies of #E21951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21951

Black with #E21951

Text Example


Text Example

White with #E21951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21951; }

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

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

background-color css

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

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

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

border-color css

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

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

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