#E974BB

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

Shades of Persian Pink #E974BB

Tints of Persian Pink #E974BB

Color information

#E974BB (or 0xE974BB) is unknown color: approx Persian Pink. HEX triplet: E9, 74 and BB. RGB value is (233,116,187). Sum of RGB (Red+Green+Blue) = 233+116+187=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E974BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974BB is #168B44. Grayscale: #9E9E9E. Windows color (decimal): -1477445 or 12285161. OLE color: 12285161.

HSL color Cylindrical-coordinate representation of color #E974BB: hue angle of 323.59º 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 #E974BB is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233116187-
CMYK00.500.200.09
HSL323.59º72.67%68.43%-
HSV(B)323.59º50.21%91.37%-
XYZ48.8233.450.89-
YUV159.08143.76180.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 116 (45.70% from 255) = 21.64%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=43.47%
G=21.64%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311618700.500.200.09323.5972.6768.43
HexE974BB0321491444944
Octal3511642730622411504111104
Binary11101001111010010111011011001010100100110100010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974BB; }

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

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

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

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

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

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

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

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