Html Css Color HEX #E21E5D Ruby

📋 copy color: '#E21E5D'

red 226 ◦ green 30 ◦ blue 93

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

Shades of Ruby #E21E5D

Tints of Ruby #E21E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 64.76%
G = 8.6%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E21E5D (or 0xE21E5D) is known color: Ruby. HEX triplet: E2, 1E and 5D. RGB value is (226,30,93). Sum of RGB (Red+Green+Blue) = 226+30+93=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E5D is #1DE1A2. Grayscale: #5F5F5F. Windows color (decimal): -1958307 or 6102754. OLE color: 6102754.

HSL color Cylindrical-coordinate representation of color #E21E5D: hue angle of 340.71º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E5D is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 93 -
CMYK 0 0.87 0.59 0.11
HSL 340.71º 0.77% 0.5% -
HSV(B) 340.71º 0.87% 0.89% -
XYZ 33.8 17.89 12.03 -
YUV 95.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 226 30 93 0 0.87 0.59 0.11 340.71 0.77 0.5
Hex E2 1E 5D 0 57 3B B 155 4D 32
Octal 342 36 135 0 127 73 13 525 115 62
Binary 11100010 11110 1011101 0 1010111 111011 1011 101010101 1001101 110010

Color Harmonies of #E21E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E5D

Black with #E21E5D

Text Example


Text Example

White with #E21E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E5D; }

 p { color: rgb(226,30,93); }

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

background-color css

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

 a { background-color: rgb(226,30,93); }

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

border-color css

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

 span { border-color: rgb(226,30,93); }

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