Html Css Color HEX #E21C5E Ruby

📋 copy color: '#E21C5E'

red 226 ◦ green 28 ◦ blue 94

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

Shades of Ruby #E21C5E

Tints of Ruby #E21C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.05%

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

R = 64.94%
G = 8.05%
B = 27.01%

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

#E21C5E (or 0xE21C5E) is known color: Ruby. HEX triplet: E2, 1C and 5E. RGB value is (226,28,94). Sum of RGB (Red+Green+Blue) = 226+28+94=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C5E is #1DE3A1. Grayscale: #5E5E5E. Windows color (decimal): -1958818 or 6167778. OLE color: 6167778.

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

Color convert

RGB 226 28 94 -
CMYK 0 0.88 0.58 0.11
HSL 340º 0.78% 0.5% -
HSV(B) 340º 0.88% 0.89% -
XYZ 33.8 17.81 12.25 -
YUV 94.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 226 28 94 0 0.88 0.58 0.11 340 0.78 0.5
Hex E2 1C 5E 0 58 3A B 154 4E 32
Octal 342 34 136 0 130 72 13 524 116 62
Binary 11100010 11100 1011110 0 1011000 111010 1011 101010100 1001110 110010

Color Harmonies of #E21C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C5E

Black with #E21C5E

Text Example


Text Example

White with #E21C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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