Html Css Color HEX #E21359 Ruby

📋 copy color: '#E21359'

red 226 ◦ green 19 ◦ blue 89

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

Shades of Ruby #E21359

Tints of Ruby #E21359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 67.66%
G = 5.69%
B = 26.65%

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

#E21359 (or 0xE21359) is known color: Ruby. HEX triplet: E2, 13 and 59. RGB value is (226,19,89). Sum of RGB (Red+Green+Blue) = 226+19+89=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E21359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21359 is #1DECA6. Grayscale: #585858. Windows color (decimal): -1961127 or 5837794. OLE color: 5837794.

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

Color convert

RGB 226 19 89 -
CMYK 0 0.92 0.61 0.11
HSL 339.71º 0.84% 0.48% -
HSV(B) 339.71º 0.92% 0.89% -
XYZ 33.4 17.36 11.04 -
YUV 88.87 128.08 225.81 -
System Red Green Blue C M Y K H S L
Decimal 226 19 89 0 0.92 0.61 0.11 339.71 0.84 0.48
Hex E2 13 59 0 5C 3D B 154 54 30
Octal 342 23 131 0 134 75 13 524 124 60
Binary 11100010 10011 1011001 0 1011100 111101 1011 101010100 1010100 110000

Color Harmonies of #E21359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21359

Black with #E21359

Text Example


Text Example

White with #E21359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21359; }

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

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

background-color css

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

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

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

border-color css

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

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

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