Html Css Color HEX #E21A55 Ruby

📋 copy color: '#E21A55'

red 226 ◦ green 26 ◦ blue 85

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

Shades of Ruby #E21A55

Tints of Ruby #E21A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 67.06%
G = 7.72%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E21A55 (or 0xE21A55) is known color: Ruby. HEX triplet: E2, 1A and 55. RGB value is (226,26,85). Sum of RGB (Red+Green+Blue) = 226+26+85=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A55 is #1DE5AA. Grayscale: #5C5C5C. Windows color (decimal): -1959339 or 5577442. OLE color: 5577442.

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

Color convert

RGB 226 26 85 -
CMYK 0 0.88 0.62 0.11
HSL 342.3º 0.79% 0.49% -
HSV(B) 342.3º 0.88% 0.89% -
XYZ 33.37 17.56 10.23 -
YUV 92.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 226 26 85 0 0.88 0.62 0.11 342.3 0.79 0.49
Hex E2 1A 55 0 58 3E B 156 4F 31
Octal 342 32 125 0 130 76 13 526 117 61
Binary 11100010 11010 1010101 0 1011000 111110 1011 101010110 1001111 110001

Color Harmonies of #E21A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A55

Black with #E21A55

Text Example


Text Example

White with #E21A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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