Html Css Color HEX #E21E5A Ruby

📋 copy color: '#E21E5A'

red 226 ◦ green 30 ◦ blue 90

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

Shades of Ruby #E21E5A

Tints of Ruby #E21E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 65.32%
G = 8.67%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E21E5A (or 0xE21E5A) is known color: Ruby. HEX triplet: E2, 1E and 5A. RGB value is (226,30,90). Sum of RGB (Red+Green+Blue) = 226+30+90=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E5A is #1DE1A5. Grayscale: #5F5F5F. Windows color (decimal): -1958310 or 5906146. OLE color: 5906146.

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

Color convert

RGB 226 30 90 -
CMYK 0 0.87 0.60 0.11
HSL 341.63º 0.77% 0.5% -
HSV(B) 341.63º 0.87% 0.89% -
XYZ 33.67 17.84 11.34 -
YUV 95.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 226 30 90 0 0.87 0.60 0.11 341.63 0.77 0.5
Hex E2 1E 5A 0 57 3C B 156 4D 32
Octal 342 36 132 0 127 74 13 526 115 62
Binary 11100010 11110 1011010 0 1010111 111100 1011 101010110 1001101 110010

Color Harmonies of #E21E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E5A

Black with #E21E5A

Text Example


Text Example

White with #E21E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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