Html Css Color HEX #E11974 Ruby

📋 copy color: '#E11974'

red 225 ◦ green 25 ◦ blue 116

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

Shades of Ruby #E11974

Tints of Ruby #E11974

RGB

 RED value IS 225 (88.28% from 255) = 61.48%

 GREEN value IS 25 (10.16% from 255) = 6.83%

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

R = 61.48%
G = 6.83%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11974 (or 0xE11974) is known color: Ruby. HEX triplet: E1, 19 and 74. RGB value is (225,25,116). Sum of RGB (Red+Green+Blue) = 225+25+116=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E11974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11974 is #1EE68B. Grayscale: #5F5F5F. Windows color (decimal): -2025100 or 7608801. OLE color: 7608801.

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

Color convert

RGB 225 25 116 -
CMYK 0 0.89 0.48 0.12
HSL 332.7º 0.8% 0.49% -
HSV(B) 332.7º 0.89% 0.88% -
XYZ 34.55 17.96 18.17 -
YUV 95.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 225 25 116 0 0.89 0.48 0.12 332.7 0.8 0.49
Hex E1 19 74 0 59 30 C 14D 50 31
Octal 341 31 164 0 131 60 14 515 120 61
Binary 11100001 11001 1110100 0 1011001 110000 1100 101001101 1010000 110001

Color Harmonies of #E11974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11974

Black with #E11974

Text Example


Text Example

White with #E11974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11974; }

 p { color: rgb(225,25,116); }

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

background-color css

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

 a { background-color: rgb(225,25,116); }

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

border-color css

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

 span { border-color: rgb(225,25,116); }

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