#E974B2

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

Shades of Persian Pink #E974B2

Tints of Persian Pink #E974B2

Color information

#E974B2 (or 0xE974B2) is unknown color: approx Persian Pink. HEX triplet: E9, 74 and B2. RGB value is (233,116,178). Sum of RGB (Red+Green+Blue) = 233+116+178=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E974B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E974B2 is #168B4D. Grayscale: #9D9D9D. Windows color (decimal): -1477454 or 11695337. OLE color: 11695337.

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

Color convert

RGB233116178-
CMYK00.500.240.09
HSL328.21º72.67%68.43%-
HSV(B)328.21º50.21%91.37%-
XYZ47.8933.0345.97-
YUV158.05139.26181.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=44.21%
G=22.01%
B=33.78%

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
Decimal23311617800.500.240.09328.2172.6768.43
HexE974B20321891484944
Octal3511642620623011510111104
Binary11101001111010010110010011001011000100110100100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974B2; }

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

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

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

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

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

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

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

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