Html Css Color HEX #E21E5E Ruby

📋 copy color: '#E21E5E'

red 226 ◦ green 30 ◦ blue 94

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

Shades of Ruby #E21E5E

Tints of Ruby #E21E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 64.57%
G = 8.57%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E21E5E (or 0xE21E5E) is known color: Ruby. HEX triplet: E2, 1E and 5E. RGB value is (226,30,94). Sum of RGB (Red+Green+Blue) = 226+30+94=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E5E is #1DE1A1. Grayscale: #5F5F5F. Windows color (decimal): -1958306 or 6168290. OLE color: 6168290.

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

Color convert

RGB 226 30 94 -
CMYK 0 0.87 0.58 0.11
HSL 340.41º 0.77% 0.5% -
HSV(B) 340.41º 0.87% 0.89% -
XYZ 33.85 17.91 12.26 -
YUV 95.9 126.93 220.8 -
System Red Green Blue C M Y K H S L
Decimal 226 30 94 0 0.87 0.58 0.11 340.41 0.77 0.5
Hex E2 1E 5E 0 57 3A B 154 4D 32
Octal 342 36 136 0 127 72 13 524 115 62
Binary 11100010 11110 1011110 0 1010111 111010 1011 101010100 1001101 110010

Color Harmonies of #E21E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E5E

Black with #E21E5E

Text Example


Text Example

White with #E21E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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