Html Css Color HEX #E50974 Ruby

📋 copy color: '#E50974'

red 229 ◦ green 9 ◦ blue 116

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

Shades of Ruby #E50974

Tints of Ruby #E50974

RGB

 RED value IS 229 (89.84% from 255) = 64.69%

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

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

R = 64.69%
G = 2.54%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E50974 (or 0xE50974) is known color: Ruby. HEX triplet: E5, 09 and 74. RGB value is (229,9,116). Sum of RGB (Red+Green+Blue) = 229+9+116=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E50974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50974 is #1AF68B. Grayscale: #565656. Windows color (decimal): -1767052 or 7604709. OLE color: 7604709.

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

Color convert

RGB 229 9 116 -
CMYK 0 0.96 0.49 0.10
HSL 330.82º 0.92% 0.47% -
HSV(B) 330.82º 0.96% 0.9% -
XYZ 35.56 18.11 18.15 -
YUV 86.98 144.39 229.3 -
System Red Green Blue C M Y K H S L
Decimal 229 9 116 0 0.96 0.49 0.10 330.82 0.92 0.47
Hex E5 9 74 0 60 31 A 14B 5C 2F
Octal 345 11 164 0 140 61 12 513 134 57
Binary 11100101 1001 1110100 0 1100000 110001 1010 101001011 1011100 101111

Color Harmonies of #E50974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50974

Black with #E50974

Text Example


Text Example

White with #E50974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50974; }

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

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

background-color css

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

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

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

border-color css

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

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

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