Html Css Color HEX #E00974 Ruby

📋 copy color: '#E00974'

red 224 ◦ green 9 ◦ blue 116

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

Shades of Ruby #E00974

Tints of Ruby #E00974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 64.18%
G = 2.58%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00974 (or 0xE00974) is known color: Ruby. HEX triplet: E0, 09 and 74. RGB value is (224,9,116). Sum of RGB (Red+Green+Blue) = 224+9+116=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E00974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00974 is #1FF68B. Grayscale: #555555. Windows color (decimal): -2094732 or 7604704. OLE color: 7604704.

HSL color Cylindrical-coordinate representation of color #E00974: hue angle of 330.14º 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 #E00974 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 116 -
CMYK 0 0.96 0.48 0.12
HSL 330.14º 0.92% 0.46% -
HSV(B) 330.14º 0.96% 0.88% -
XYZ 33.99 17.3 18.07 -
YUV 85.48 145.23 226.8 -
System Red Green Blue C M Y K H S L
Decimal 224 9 116 0 0.96 0.48 0.12 330.14 0.92 0.46
Hex E0 9 74 0 60 30 C 14A 5C 2E
Octal 340 11 164 0 140 60 14 512 134 56
Binary 11100000 1001 1110100 0 1100000 110000 1100 101001010 1011100 101110

Color Harmonies of #E00974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00974

Black with #E00974

Text Example


Text Example

White with #E00974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00974; }

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

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

background-color css

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

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

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

border-color css

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

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

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