Html Css Color HEX #E21D64 Ruby

📋 copy color: '#E21D64'

red 226 ◦ green 29 ◦ blue 100

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

Shades of Ruby #E21D64

Tints of Ruby #E21D64

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.17%

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

R = 63.66%
G = 8.17%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E21D64 (or 0xE21D64) is known color: Ruby. HEX triplet: E2, 1D and 64. RGB value is (226,29,100). Sum of RGB (Red+Green+Blue) = 226+29+100=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D64 is #1DE29B. Grayscale: #5F5F5F. Windows color (decimal): -1958556 or 6561250. OLE color: 6561250.

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

Color convert

RGB 226 29 100 -
CMYK 0 0.87 0.56 0.11
HSL 338.38º 0.77% 0.5% -
HSV(B) 338.38º 0.87% 0.89% -
XYZ 34.1 17.97 13.73 -
YUV 96 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 226 29 100 0 0.87 0.56 0.11 338.38 0.77 0.5
Hex E2 1D 64 0 57 38 B 152 4D 32
Octal 342 35 144 0 127 70 13 522 115 62
Binary 11100010 11101 1100100 0 1010111 111000 1011 101010010 1001101 110010

Color Harmonies of #E21D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D64

Black with #E21D64

Text Example


Text Example

White with #E21D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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