Html Css Color HEX #E00976 Ruby

📋 copy color: '#E00976'

red 224 ◦ green 9 ◦ blue 118

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

Shades of Ruby #E00976

Tints of Ruby #E00976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

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

R = 63.82%
G = 2.56%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00976 (or 0xE00976) is known color: Ruby. HEX triplet: E0, 09 and 76. RGB value is (224,9,118). Sum of RGB (Red+Green+Blue) = 224+9+118=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E00976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00976 is #1FF689. Grayscale: #555555. Windows color (decimal): -2094730 or 7735776. OLE color: 7735776.

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

Color convert

RGB 224 9 118 -
CMYK 0 0.96 0.47 0.12
HSL 329.58º 0.92% 0.46% -
HSV(B) 329.58º 0.96% 0.88% -
XYZ 34.11 17.35 18.69 -
YUV 85.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 224 9 118 0 0.96 0.47 0.12 329.58 0.92 0.46
Hex E0 9 76 0 60 2F C 14A 5C 2E
Octal 340 11 166 0 140 57 14 512 134 56
Binary 11100000 1001 1110110 0 1100000 101111 1100 101001010 1011100 101110

Color Harmonies of #E00976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00976

Black with #E00976

Text Example


Text Example

White with #E00976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00976; }

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

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

background-color css

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

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

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

border-color css

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

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

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