#E974B9

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

Shades of Persian Pink #E974B9

Tints of Persian Pink #E974B9

Color information

#E974B9 (or 0xE974B9) is unknown color: approx Persian Pink. HEX triplet: E9, 74 and B9. RGB value is (233,116,185). Sum of RGB (Red+Green+Blue) = 233+116+185=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E974B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974B9 is #168B46. Grayscale: #9E9E9E. Windows color (decimal): -1477447 or 12154089. OLE color: 12154089.

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

Color convert

RGB233116185-
CMYK00.500.210.09
HSL324.62º72.67%68.43%-
HSV(B)324.62º50.21%91.37%-
XYZ48.6133.3249.77-
YUV158.85142.76180.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.63%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=43.63%
G=21.72%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311618500.500.210.09324.6272.6768.43
HexE974B90321591454944
Octal3511642710622511505111104
Binary11101001111010010111001011001010101100110100010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974B9; }

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

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

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

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

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

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

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

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