#E974B0

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

Shades of Persian Pink #E974B0

Tints of Persian Pink #E974B0

Color information

#E974B0 (or 0xE974B0) is unknown color: approx Persian Pink. HEX triplet: E9, 74 and B0. RGB value is (233,116,176). Sum of RGB (Red+Green+Blue) = 233+116+176=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E974B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E974B0 is #168B4F. Grayscale: #9D9D9D. Windows color (decimal): -1477456 or 11564265. OLE color: 11564265.

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

Color convert

RGB233116176-
CMYK00.500.240.09
HSL329.23º72.67%68.43%-
HSV(B)329.23º50.21%91.37%-
XYZ47.6932.9544.92-
YUV157.82138.26181.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 116 (45.70% from 255) = 22.10%
BLUE value IS 176 (69.14% from 255) = 33.52%
R=44.38%
G=22.10%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311617600.500.240.09329.2372.6768.43
HexE974B00321891494944
Octal3511642600623011511111104
Binary11101001111010010110000011001011000100110100100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974B0; }

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

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

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

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

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

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

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

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