Html Css Color HEX #E21664 Ruby

📋 copy color: '#E21664'

red 226 ◦ green 22 ◦ blue 100

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

Shades of Ruby #E21664

Tints of Ruby #E21664

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.32%

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

R = 64.94%
G = 6.32%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E21664 (or 0xE21664) is known color: Ruby. HEX triplet: E2, 16 and 64. RGB value is (226,22,100). Sum of RGB (Red+Green+Blue) = 226+22+100=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E21664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21664 is #1DE99B. Grayscale: #5B5B5B. Windows color (decimal): -1960348 or 6559458. OLE color: 6559458.

HSL color Cylindrical-coordinate representation of color #E21664: hue angle of 337.06º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21664 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 100 -
CMYK 0 0.90 0.56 0.11
HSL 337.06º 0.82% 0.49% -
HSV(B) 337.06º 0.9% 0.89% -
XYZ 33.95 17.66 13.68 -
YUV 91.89 132.59 223.66 -
System Red Green Blue C M Y K H S L
Decimal 226 22 100 0 0.90 0.56 0.11 337.06 0.82 0.49
Hex E2 16 64 0 5A 38 B 151 52 31
Octal 342 26 144 0 132 70 13 521 122 61
Binary 11100010 10110 1100100 0 1011010 111000 1011 101010001 1010010 110001

Color Harmonies of #E21664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21664

Black with #E21664

Text Example


Text Example

White with #E21664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21664; }

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

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

background-color css

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

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

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

border-color css

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

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

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