Html Css Color HEX #E20D64 Ruby

📋 copy color: '#E20D64'

red 226 ◦ green 13 ◦ blue 100

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

Shades of Ruby #E20D64

Tints of Ruby #E20D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.83%

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

R = 66.67%
G = 3.83%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E20D64 (or 0xE20D64) is known color: Ruby. HEX triplet: E2, 0D and 64. RGB value is (226,13,100). Sum of RGB (Red+Green+Blue) = 226+13+100=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20D64 is #1DF29B. Grayscale: #565656. Windows color (decimal): -1962652 or 6557154. OLE color: 6557154.

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

Color convert

RGB 226 13 100 -
CMYK 0 0.94 0.56 0.11
HSL 335.49º 0.89% 0.47% -
HSV(B) 335.49º 0.94% 0.89% -
XYZ 33.81 17.38 13.63 -
YUV 86.61 135.57 227.43 -
System Red Green Blue C M Y K H S L
Decimal 226 13 100 0 0.94 0.56 0.11 335.49 0.89 0.47
Hex E2 D 64 0 5E 38 B 14F 59 2F
Octal 342 15 144 0 136 70 13 517 131 57
Binary 11100010 1101 1100100 0 1011110 111000 1011 101001111 1011001 101111

Color Harmonies of #E20D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D64

Black with #E20D64

Text Example


Text Example

White with #E20D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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