Html Css Color HEX #E00F76 Ruby

📋 copy color: '#E00F76'

red 224 ◦ green 15 ◦ blue 118

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

Shades of Ruby #E00F76

Tints of Ruby #E00F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

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

R = 62.75%
G = 4.2%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00F76 (or 0xE00F76) is known color: Ruby. HEX triplet: E0, 0F and 76. RGB value is (224,15,118). Sum of RGB (Red+Green+Blue) = 224+15+118=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F76 is #1FF089. Grayscale: #595959. Windows color (decimal): -2093194 or 7737312. OLE color: 7737312.

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

Color convert

RGB 224 15 118 -
CMYK 0 0.93 0.47 0.12
HSL 330.43º 0.87% 0.47% -
HSV(B) 330.43º 0.93% 0.88% -
XYZ 34.18 17.5 18.72 -
YUV 89.23 144.24 224.12 -
System Red Green Blue C M Y K H S L
Decimal 224 15 118 0 0.93 0.47 0.12 330.43 0.87 0.47
Hex E0 F 76 0 5D 2F C 14A 57 2F
Octal 340 17 166 0 135 57 14 512 127 57
Binary 11100000 1111 1110110 0 1011101 101111 1100 101001010 1010111 101111

Color Harmonies of #E00F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F76

Black with #E00F76

Text Example


Text Example

White with #E00F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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