#E975B4

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

Shades of Persian Pink #E975B4

Tints of Persian Pink #E975B4

Color information

#E975B4 (or 0xE975B4) is unknown color: approx Persian Pink. HEX triplet: E9, 75 and B4. RGB value is (233,117,180). Sum of RGB (Red+Green+Blue) = 233+117+180=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E975B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975B4 is #168A4B. Grayscale: #9E9E9E. Windows color (decimal): -1477196 or 11826665. OLE color: 11826665.

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

Color convert

RGB233117180-
CMYK00.500.230.09
HSL327.41º72.5%68.63%-
HSV(B)327.41º49.79%91.37%-
XYZ48.233.3447.07-
YUV158.87139.93180.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.96%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=43.96%
G=22.08%
B=33.96%

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
Decimal23311718000.500.230.09327.4172.568.63
HexE975B40321791474845
Octal3511652640622711507110105
Binary11101001111010110110100011001010111100110100011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E975B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E975B4; }

 p { color: rgb(233,117,180); }

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

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

 a { background-color: rgb(233,117,180); }

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

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

 span { border-color: rgb(233,117,180); }

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