#E974B3

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

Shades of Persian Pink #E974B3

Tints of Persian Pink #E974B3

Color information

#E974B3 (or 0xE974B3) is unknown color: approx Persian Pink. HEX triplet: E9, 74 and B3. RGB value is (233,116,179). Sum of RGB (Red+Green+Blue) = 233+116+179=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E974B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974B3 is #168B4C. Grayscale: #9E9E9E. Windows color (decimal): -1477453 or 11760873. OLE color: 11760873.

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

Color convert

RGB233116179-
CMYK00.500.230.09
HSL327.69º72.67%68.43%-
HSV(B)327.69º50.21%91.37%-
XYZ47.9933.0746.5-
YUV158.17139.76181.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.13%
GREEN value IS 116 (45.70% from 255) = 21.97%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=44.13%
G=21.97%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311617900.500.230.09327.6972.6768.43
HexE974B30321791484944
Octal3511642630622711510111104
Binary11101001111010010110011011001010111100110100100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974B3; }

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

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

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

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

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

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

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

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