Html Css Color HEX #E21A52 Ruby

📋 copy color: '#E21A52'

red 226 ◦ green 26 ◦ blue 82

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

Shades of Ruby #E21A52

Tints of Ruby #E21A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.55%

R = 67.66%
G = 7.78%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E21A52 (or 0xE21A52) is known color: Ruby. HEX triplet: E2, 1A and 52. RGB value is (226,26,82). Sum of RGB (Red+Green+Blue) = 226+26+82=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A52 is #1DE5AD. Grayscale: #5C5C5C. Windows color (decimal): -1959342 or 5380834. OLE color: 5380834.

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

Color convert

RGB 226 26 82 -
CMYK 0 0.88 0.64 0.11
HSL 343.2º 0.79% 0.49% -
HSV(B) 343.2º 0.88% 0.89% -
XYZ 33.26 17.52 9.61 -
YUV 92.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 226 26 82 0 0.88 0.64 0.11 343.2 0.79 0.49
Hex E2 1A 52 0 58 40 B 157 4F 31
Octal 342 32 122 0 130 100 13 527 117 61
Binary 11100010 11010 1010010 0 1011000 1000000 1011 101010111 1001111 110001

Color Harmonies of #E21A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A52

Black with #E21A52

Text Example


Text Example

White with #E21A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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