Html Css Color HEX #E81774 Ruby

📋 copy color: '#E81774'

red 232 ◦ green 23 ◦ blue 116

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

Shades of Ruby #E81774

Tints of Ruby #E81774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

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

R = 62.53%
G = 6.2%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E81774 (or 0xE81774) is known color: Ruby. HEX triplet: E8, 17 and 74. RGB value is (232,23,116). Sum of RGB (Red+Green+Blue) = 232+23+116=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E81774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81774 is #17E88B. Grayscale: #5F5F5F. Windows color (decimal): -1566860 or 7608296. OLE color: 7608296.

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

Color convert

RGB 232 23 116 -
CMYK 0 0.90 0.50 0.09
HSL 333.3º 0.82% 0.5% -
HSV(B) 333.3º 0.9% 0.91% -
XYZ 36.74 19.03 18.26 -
YUV 96.09 139.24 224.94 -
System Red Green Blue C M Y K H S L
Decimal 232 23 116 0 0.90 0.50 0.09 333.3 0.82 0.5
Hex E8 17 74 0 5A 32 9 14D 52 32
Octal 350 27 164 0 132 62 11 515 122 62
Binary 11101000 10111 1110100 0 1011010 110010 1001 101001101 1010010 110010

Color Harmonies of #E81774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81774

Black with #E81774

Text Example


Text Example

White with #E81774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81774; }

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

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

background-color css

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

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

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

border-color css

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

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

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