Html Css Color HEX #E21458 Ruby

📋 copy color: '#E21458'

red 226 ◦ green 20 ◦ blue 88

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

Shades of Ruby #E21458

Tints of Ruby #E21458

RGB

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

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

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

R = 67.66%
G = 5.99%
B = 26.35%

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

#E21458 (or 0xE21458) is known color: Ruby. HEX triplet: E2, 14 and 58. RGB value is (226,20,88). Sum of RGB (Red+Green+Blue) = 226+20+88=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E21458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21458 is #1DEBA7. Grayscale: #595959. Windows color (decimal): -1960872 or 5772514. OLE color: 5772514.

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

Color convert

RGB 226 20 88 -
CMYK 0 0.91 0.61 0.11
HSL 340.19º 0.84% 0.48% -
HSV(B) 340.19º 0.91% 0.89% -
XYZ 33.38 17.37 10.83 -
YUV 89.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 226 20 88 0 0.91 0.61 0.11 340.19 0.84 0.48
Hex E2 14 58 0 5B 3D B 154 54 30
Octal 342 24 130 0 133 75 13 524 124 60
Binary 11100010 10100 1011000 0 1011011 111101 1011 101010100 1010100 110000

Color Harmonies of #E21458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21458

Black with #E21458

Text Example


Text Example

White with #E21458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21458; }

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

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

background-color css

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

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

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

border-color css

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

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

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