Html Css Color HEX #E21851 Ruby

📋 copy color: '#E21851'

red 226 ◦ green 24 ◦ blue 81

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

Shades of Ruby #E21851

Tints of Ruby #E21851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

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

R = 68.28%
G = 7.25%
B = 24.47%

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

#E21851 (or 0xE21851) is known color: Ruby. HEX triplet: E2, 18 and 51. RGB value is (226,24,81). Sum of RGB (Red+Green+Blue) = 226+24+81=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E21851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21851 is #1DE7AE. Grayscale: #5A5A5A. Windows color (decimal): -1959855 or 5314786. OLE color: 5314786.

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

Color convert

RGB 226 24 81 -
CMYK 0 0.89 0.64 0.11
HSL 343.07º 0.81% 0.49% -
HSV(B) 343.07º 0.89% 0.89% -
XYZ 33.18 17.42 9.4 -
YUV 90.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 226 24 81 0 0.89 0.64 0.11 343.07 0.81 0.49
Hex E2 18 51 0 59 40 B 157 51 31
Octal 342 30 121 0 131 100 13 527 121 61
Binary 11100010 11000 1010001 0 1011001 1000000 1011 101010111 1010001 110001

Color Harmonies of #E21851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21851

Black with #E21851

Text Example


Text Example

White with #E21851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21851; }

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

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

background-color css

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

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

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

border-color css

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

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

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