Html Css Color HEX #E21259 Ruby

📋 copy color: '#E21259'

red 226 ◦ green 18 ◦ blue 89

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

Shades of Ruby #E21259

Tints of Ruby #E21259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 67.87%
G = 5.41%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E21259 (or 0xE21259) is known color: Ruby. HEX triplet: E2, 12 and 59. RGB value is (226,18,89). Sum of RGB (Red+Green+Blue) = 226+18+89=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E21259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21259 is #1DEDA6. Grayscale: #585858. Windows color (decimal): -1961383 or 5837538. OLE color: 5837538.

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

Color convert

RGB 226 18 89 -
CMYK 0 0.92 0.61 0.11
HSL 339.52º 0.85% 0.48% -
HSV(B) 339.52º 0.92% 0.89% -
XYZ 33.38 17.32 11.04 -
YUV 88.29 128.41 226.23 -
System Red Green Blue C M Y K H S L
Decimal 226 18 89 0 0.92 0.61 0.11 339.52 0.85 0.48
Hex E2 12 59 0 5C 3D B 154 55 30
Octal 342 22 131 0 134 75 13 524 125 60
Binary 11100010 10010 1011001 0 1011100 111101 1011 101010100 1010101 110000

Color Harmonies of #E21259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21259

Black with #E21259

Text Example


Text Example

White with #E21259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21259; }

 p { color: rgb(226,18,89); }

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

background-color css

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

 a { background-color: rgb(226,18,89); }

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

border-color css

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

 span { border-color: rgb(226,18,89); }

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