#E90874

Color #E90874 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #E90874

Tints of Ruby #E90874

Color information

#E90874 (or 0xE90874) is unknown color: approx Ruby. HEX triplet: E9, 08 and 74. RGB value is (233,8,116). Sum of RGB (Red+Green+Blue) = 233+8+116=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E90874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90874 is #16F78B. Grayscale: #575757. Windows color (decimal): -1505164 or 7604457. OLE color: 7604457.

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

Color convert

RGB2338116-
CMYK00.970.500.09
HSL331.2º93.36%47.25%-
HSV(B)331.2º96.57%91.37%-
XYZ36.8418.7618.2-
YUV87.59144.04231.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.27%
GREEN value IS 8 (3.52% from 255) = 2.24%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=65.27%
G=2.24%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233811600.970.500.09331.293.3647.25
HexE987406132914b5d2f
Octal351101640141621151313557
Binary11101001100011101000110000111001010011010010111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90874; }

 p { color: rgb(233,8,116); }

 H1.HeaderClassName
 {
   color: #E90874;
 }
 .AnyTagClassName
 {
   color: #E90874;
 }
</style>
background-color css

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

 a { background-color: rgb(233,8,116); }

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

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

 span { border-color: rgb(233,8,116); }

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