Html Css Color HEX #E21A5E Ruby

📋 copy color: '#E21A5E'

red 226 ◦ green 26 ◦ blue 94

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

Shades of Ruby #E21A5E

Tints of Ruby #E21A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.51%

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

R = 65.32%
G = 7.51%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E21A5E (or 0xE21A5E) is known color: Ruby. HEX triplet: E2, 1A and 5E. RGB value is (226,26,94). Sum of RGB (Red+Green+Blue) = 226+26+94=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A5E is #1DE5A1. Grayscale: #5D5D5D. Windows color (decimal): -1959330 or 6167266. OLE color: 6167266.

HSL color Cylindrical-coordinate representation of color #E21A5E: hue angle of 339.6º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A5E is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 26 94 -
CMYK 0 0.88 0.58 0.11
HSL 339.6º 0.79% 0.49% -
HSV(B) 339.6º 0.88% 0.89% -
XYZ 33.75 17.72 12.23 -
YUV 93.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 226 26 94 0 0.88 0.58 0.11 339.6 0.79 0.49
Hex E2 1A 5E 0 58 3A B 154 4F 31
Octal 342 32 136 0 130 72 13 524 117 61
Binary 11100010 11010 1011110 0 1011000 111010 1011 101010100 1001111 110001

Color Harmonies of #E21A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A5E

Black with #E21A5E

Text Example


Text Example

White with #E21A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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