#E375AD

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

Shades of Persian Pink #E375AD

Tints of Persian Pink #E375AD

Color information

#E375AD (or 0xE375AD) is unknown color: approx Persian Pink. HEX triplet: E3, 75 and AD. RGB value is (227,117,173). Sum of RGB (Red+Green+Blue) = 227+117+173=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E375AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375AD is #1C8A52. Grayscale: #9C9C9C. Windows color (decimal): -1870419 or 11367907. OLE color: 11367907.

HSL color Cylindrical-coordinate representation of color #E375AD: hue angle of 329.45º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375AD is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227117173-
CMYK00.480.240.11
HSL329.45º66.27%67.45%-
HSV(B)329.45º48.46%89.02%-
XYZ45.5832.0743.32-
YUV156.27137.44178.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.91%
GREEN value IS 117 (46.09% from 255) = 22.63%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=43.91%
G=22.63%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711717300.480.240.11329.4566.2767.45
HexE375AD03018B1494243
Octal3431652550603013511102103
Binary11100011111010110101101011000011000101110100100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375AD; }

 p { color: rgb(227,117,173); }

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

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

 a { background-color: rgb(227,117,173); }

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

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

 span { border-color: rgb(227,117,173); }

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