Html Css Color HEX #E21764 Ruby

📋 copy color: '#E21764'

red 226 ◦ green 23 ◦ blue 100

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

Shades of Ruby #E21764

Tints of Ruby #E21764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

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

R = 64.76%
G = 6.59%
B = 28.65%

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

#E21764 (or 0xE21764) is known color: Ruby. HEX triplet: E2, 17 and 64. RGB value is (226,23,100). Sum of RGB (Red+Green+Blue) = 226+23+100=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E21764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21764 is #1DE89B. Grayscale: #5C5C5C. Windows color (decimal): -1960092 or 6559714. OLE color: 6559714.

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

Color convert

RGB 226 23 100 -
CMYK 0 0.90 0.56 0.11
HSL 337.24º 0.82% 0.49% -
HSV(B) 337.24º 0.9% 0.89% -
XYZ 33.97 17.7 13.68 -
YUV 92.48 132.25 223.24 -
System Red Green Blue C M Y K H S L
Decimal 226 23 100 0 0.90 0.56 0.11 337.24 0.82 0.49
Hex E2 17 64 0 5A 38 B 151 52 31
Octal 342 27 144 0 132 70 13 521 122 61
Binary 11100010 10111 1100100 0 1011010 111000 1011 101010001 1010010 110001

Color Harmonies of #E21764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21764

Black with #E21764

Text Example


Text Example

White with #E21764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21764; }

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

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

background-color css

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

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

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

border-color css

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

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

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