Html Css Color HEX #E81974 Ruby

📋 copy color: '#E81974'

red 232 ◦ green 25 ◦ blue 116

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

Shades of Ruby #E81974

Tints of Ruby #E81974

RGB

 RED value IS 232 (91.02% from 255) = 62.2%

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

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

R = 62.2%
G = 6.7%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E81974 (or 0xE81974) is known color: Ruby. HEX triplet: E8, 19 and 74. RGB value is (232,25,116). Sum of RGB (Red+Green+Blue) = 232+25+116=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E81974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81974 is #17E68B. Grayscale: #616161. Windows color (decimal): -1566348 or 7608808. OLE color: 7608808.

HSL color Cylindrical-coordinate representation of color #E81974: hue angle of 333.62º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81974 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 25 116 -
CMYK 0 0.89 0.50 0.09
HSL 333.62º 0.82% 0.5% -
HSV(B) 333.62º 0.89% 0.91% -
XYZ 36.78 19.11 18.27 -
YUV 97.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 232 25 116 0 0.89 0.50 0.09 333.62 0.82 0.5
Hex E8 19 74 0 59 32 9 14E 52 32
Octal 350 31 164 0 131 62 11 516 122 62
Binary 11101000 11001 1110100 0 1011001 110010 1001 101001110 1010010 110010

Color Harmonies of #E81974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81974

Black with #E81974

Text Example


Text Example

White with #E81974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81974; }

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

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

background-color css

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

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

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

border-color css

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

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

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