Html Css Color HEX #E21A5D Ruby

📋 copy color: '#E21A5D'

red 226 ◦ green 26 ◦ blue 93

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

Shades of Ruby #E21A5D

Tints of Ruby #E21A5D

RGB

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

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

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

R = 65.51%
G = 7.54%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E21A5D (or 0xE21A5D) is known color: Ruby. HEX triplet: E2, 1A and 5D. RGB value is (226,26,93). Sum of RGB (Red+Green+Blue) = 226+26+93=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A5D is #1DE5A2. Grayscale: #5D5D5D. Windows color (decimal): -1959331 or 6101730. OLE color: 6101730.

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

Color convert

RGB 226 26 93 -
CMYK 0 0.88 0.59 0.11
HSL 339.9º 0.79% 0.49% -
HSV(B) 339.9º 0.88% 0.89% -
XYZ 33.71 17.7 12 -
YUV 93.44 127.76 222.55 -
System Red Green Blue C M Y K H S L
Decimal 226 26 93 0 0.88 0.59 0.11 339.9 0.79 0.49
Hex E2 1A 5D 0 58 3B B 154 4F 31
Octal 342 32 135 0 130 73 13 524 117 61
Binary 11100010 11010 1011101 0 1011000 111011 1011 101010100 1001111 110001

Color Harmonies of #E21A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A5D

Black with #E21A5D

Text Example


Text Example

White with #E21A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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