Html Css Color HEX #E00D76 Ruby

📋 copy color: '#E00D76'

red 224 ◦ green 13 ◦ blue 118

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

Shades of Ruby #E00D76

Tints of Ruby #E00D76

RGB

 RED value IS 224 (87.89% from 255) = 63.1%

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 63.1%
G = 3.66%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00D76 (or 0xE00D76) is known color: Ruby. HEX triplet: E0, 0D and 76. RGB value is (224,13,118). Sum of RGB (Red+Green+Blue) = 224+13+118=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00D76 is #1FF289. Grayscale: #575757. Windows color (decimal): -2093706 or 7736800. OLE color: 7736800.

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

Color convert

RGB 224 13 118 -
CMYK 0 0.94 0.47 0.12
HSL 330.14º 0.89% 0.46% -
HSV(B) 330.14º 0.94% 0.88% -
XYZ 34.15 17.44 18.71 -
YUV 88.06 144.9 224.96 -
System Red Green Blue C M Y K H S L
Decimal 224 13 118 0 0.94 0.47 0.12 330.14 0.89 0.46
Hex E0 D 76 0 5E 2F C 14A 59 2E
Octal 340 15 166 0 136 57 14 512 131 56
Binary 11100000 1101 1110110 0 1011110 101111 1100 101001010 1011001 101110

Color Harmonies of #E00D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D76

Black with #E00D76

Text Example


Text Example

White with #E00D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D76; }

 p { color: rgb(224,13,118); }

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

background-color css

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

 a { background-color: rgb(224,13,118); }

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

border-color css

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

 span { border-color: rgb(224,13,118); }

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