Html Css Color HEX #E21A5A Ruby

📋 copy color: '#E21A5A'

red 226 ◦ green 26 ◦ blue 90

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

Shades of Ruby #E21A5A

Tints of Ruby #E21A5A

RGB

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

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

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

R = 66.08%
G = 7.6%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E21A5A (or 0xE21A5A) is known color: Ruby. HEX triplet: E2, 1A and 5A. RGB value is (226,26,90). Sum of RGB (Red+Green+Blue) = 226+26+90=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A5A is #1DE5A5. Grayscale: #5D5D5D. Windows color (decimal): -1959334 or 5905122. OLE color: 5905122.

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

Color convert

RGB 226 26 90 -
CMYK 0 0.88 0.60 0.11
HSL 340.8º 0.79% 0.49% -
HSV(B) 340.8º 0.88% 0.89% -
XYZ 33.58 17.65 11.31 -
YUV 93.1 126.26 222.8 -
System Red Green Blue C M Y K H S L
Decimal 226 26 90 0 0.88 0.60 0.11 340.8 0.79 0.49
Hex E2 1A 5A 0 58 3C B 155 4F 31
Octal 342 32 132 0 130 74 13 525 117 61
Binary 11100010 11010 1011010 0 1011000 111100 1011 101010101 1001111 110001

Color Harmonies of #E21A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A5A

Black with #E21A5A

Text Example


Text Example

White with #E21A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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