Html Css Color HEX #E21558 Ruby

📋 copy color: '#E21558'

red 226 ◦ green 21 ◦ blue 88

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

Shades of Ruby #E21558

Tints of Ruby #E21558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 88 (34.77% from 255) = 26.27%

R = 67.46%
G = 6.27%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E21558 (or 0xE21558) is known color: Ruby. HEX triplet: E2, 15 and 58. RGB value is (226,21,88). Sum of RGB (Red+Green+Blue) = 226+21+88=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E21558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21558 is #1DEAA7. Grayscale: #595959. Windows color (decimal): -1960616 or 5772770. OLE color: 5772770.

HSL color Cylindrical-coordinate representation of color #E21558: hue angle of 340.39º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21558 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 88 -
CMYK 0 0.91 0.61 0.11
HSL 340.39º 0.83% 0.48% -
HSV(B) 340.39º 0.91% 0.89% -
XYZ 33.39 17.41 10.83 -
YUV 89.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 226 21 88 0 0.91 0.61 0.11 340.39 0.83 0.48
Hex E2 15 58 0 5B 3D B 154 53 30
Octal 342 25 130 0 133 75 13 524 123 60
Binary 11100010 10101 1011000 0 1011011 111101 1011 101010100 1010011 110000

Color Harmonies of #E21558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21558

Black with #E21558

Text Example


Text Example

White with #E21558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21558; }

 p { color: rgb(226,21,88); }

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

background-color css

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

 a { background-color: rgb(226,21,88); }

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

border-color css

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

 span { border-color: rgb(226,21,88); }

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