Html Css Color HEX #E21A62 Ruby

📋 copy color: '#E21A62'

red 226 ◦ green 26 ◦ blue 98

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

Shades of Ruby #E21A62

Tints of Ruby #E21A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28%

R = 64.57%
G = 7.43%
B = 28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E21A62 (or 0xE21A62) is known color: Ruby. HEX triplet: E2, 1A and 62. RGB value is (226,26,98). Sum of RGB (Red+Green+Blue) = 226+26+98=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A62 is #1DE59D. Grayscale: #5D5D5D. Windows color (decimal): -1959326 or 6429410. OLE color: 6429410.

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

Color convert

RGB 226 26 98 -
CMYK 0 0.88 0.57 0.11
HSL 338.4º 0.79% 0.49% -
HSV(B) 338.4º 0.88% 0.89% -
XYZ 33.94 17.79 13.2 -
YUV 94.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 226 26 98 0 0.88 0.57 0.11 338.4 0.79 0.49
Hex E2 1A 62 0 58 39 B 152 4F 31
Octal 342 32 142 0 130 71 13 522 117 61
Binary 11100010 11010 1100010 0 1011000 111001 1011 101010010 1001111 110001

Color Harmonies of #E21A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A62

Black with #E21A62

Text Example


Text Example

White with #E21A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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