Html Css Color HEX #E21455 Ruby

📋 copy color: '#E21455'

red 226 ◦ green 20 ◦ blue 85

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

Shades of Ruby #E21455

Tints of Ruby #E21455

RGB

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

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

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

R = 68.28%
G = 6.04%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E21455 (or 0xE21455) is known color: Ruby. HEX triplet: E2, 14 and 55. RGB value is (226,20,85). Sum of RGB (Red+Green+Blue) = 226+20+85=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E21455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21455 is #1DEBAA. Grayscale: #585858. Windows color (decimal): -1960875 or 5575906. OLE color: 5575906.

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

Color convert

RGB 226 20 85 -
CMYK 0 0.91 0.62 0.11
HSL 341.07º 0.84% 0.48% -
HSV(B) 341.07º 0.91% 0.89% -
XYZ 33.25 17.32 10.19 -
YUV 89 125.75 225.71 -
System Red Green Blue C M Y K H S L
Decimal 226 20 85 0 0.91 0.62 0.11 341.07 0.84 0.48
Hex E2 14 55 0 5B 3E B 155 54 30
Octal 342 24 125 0 133 76 13 525 124 60
Binary 11100010 10100 1010101 0 1011011 111110 1011 101010101 1010100 110000

Color Harmonies of #E21455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21455

Black with #E21455

Text Example


Text Example

White with #E21455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21455; }

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

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

background-color css

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

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

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

border-color css

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

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

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