Html Css Color HEX #E21459 Ruby

📋 copy color: '#E21459'

red 226 ◦ green 20 ◦ blue 89

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

Shades of Ruby #E21459

Tints of Ruby #E21459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

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

R = 67.46%
G = 5.97%
B = 26.57%

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

#E21459 (or 0xE21459) is known color: Ruby. HEX triplet: E2, 14 and 59. RGB value is (226,20,89). Sum of RGB (Red+Green+Blue) = 226+20+89=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E21459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21459 is #1DEBA6. Grayscale: #595959. Windows color (decimal): -1960871 or 5838050. OLE color: 5838050.

HSL color Cylindrical-coordinate representation of color #E21459: hue angle of 339.9º degrees, saturation: 0.84, 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 #E21459 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 20 89 -
CMYK 0 0.91 0.61 0.11
HSL 339.9º 0.84% 0.48% -
HSV(B) 339.9º 0.91% 0.89% -
XYZ 33.42 17.39 11.05 -
YUV 89.46 127.75 225.39 -
System Red Green Blue C M Y K H S L
Decimal 226 20 89 0 0.91 0.61 0.11 339.9 0.84 0.48
Hex E2 14 59 0 5B 3D B 154 54 30
Octal 342 24 131 0 133 75 13 524 124 60
Binary 11100010 10100 1011001 0 1011011 111101 1011 101010100 1010100 110000

Color Harmonies of #E21459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21459

Black with #E21459

Text Example


Text Example

White with #E21459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21459; }

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

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

background-color css

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

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

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

border-color css

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

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

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