Html Css Color HEX #E22164 Ruby

📋 copy color: '#E22164'

red 226 ◦ green 33 ◦ blue 100

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

Shades of Ruby #E22164

Tints of Ruby #E22164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 62.95%
G = 9.19%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E22164 (or 0xE22164) is known color: Ruby. HEX triplet: E2, 21 and 64. RGB value is (226,33,100). Sum of RGB (Red+Green+Blue) = 226+33+100=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E22164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22164 is #1DDE9B. Grayscale: #626262. Windows color (decimal): -1957532 or 6562274. OLE color: 6562274.

HSL color Cylindrical-coordinate representation of color #E22164: hue angle of 339.17º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E22164 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 33 100 -
CMYK 0 0.85 0.56 0.11
HSL 339.17º 0.77% 0.51% -
HSV(B) 339.17º 0.85% 0.89% -
XYZ 34.21 18.18 13.76 -
YUV 98.35 128.94 219.05 -
System Red Green Blue C M Y K H S L
Decimal 226 33 100 0 0.85 0.56 0.11 339.17 0.77 0.51
Hex E2 21 64 0 55 38 B 153 4D 33
Octal 342 41 144 0 125 70 13 523 115 63
Binary 11100010 100001 1100100 0 1010101 111000 1011 101010011 1001101 110011

Color Harmonies of #E22164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22164

Black with #E22164

Text Example


Text Example

White with #E22164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22164; }

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

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

background-color css

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

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

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

border-color css

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

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

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