Html Css Color HEX #E21364 Ruby

📋 copy color: '#E21364'

red 226 ◦ green 19 ◦ blue 100

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

Shades of Ruby #E21364

Tints of Ruby #E21364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 65.51%
G = 5.51%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E21364 (or 0xE21364) is known color: Ruby. HEX triplet: E2, 13 and 64. RGB value is (226,19,100). Sum of RGB (Red+Green+Blue) = 226+19+100=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E21364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21364 is #1DEC9B. Grayscale: #5A5A5A. Windows color (decimal): -1961116 or 6558690. OLE color: 6558690.

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

Color convert

RGB 226 19 100 -
CMYK 0 0.92 0.56 0.11
HSL 336.52º 0.84% 0.48% -
HSV(B) 336.52º 0.92% 0.89% -
XYZ 33.9 17.55 13.66 -
YUV 90.13 133.58 224.91 -
System Red Green Blue C M Y K H S L
Decimal 226 19 100 0 0.92 0.56 0.11 336.52 0.84 0.48
Hex E2 13 64 0 5C 38 B 151 54 30
Octal 342 23 144 0 134 70 13 521 124 60
Binary 11100010 10011 1100100 0 1011100 111000 1011 101010001 1010100 110000

Color Harmonies of #E21364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21364

Black with #E21364

Text Example


Text Example

White with #E21364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21364; }

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

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

background-color css

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

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

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

border-color css

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

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

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