#E375C0

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

Shades of Persian Pink #E375C0

Tints of Persian Pink #E375C0

Color information

#E375C0 (or 0xE375C0) is unknown color: approx Persian Pink. HEX triplet: E3, 75 and C0. RGB value is (227,117,192). Sum of RGB (Red+Green+Blue) = 227+117+192=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E375C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375C0 is #1C8A3F. Grayscale: #9E9E9E. Windows color (decimal): -1870400 or 12613091. OLE color: 12613091.

HSL color Cylindrical-coordinate representation of color #E375C0: hue angle of 319.09º 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 #E375C0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB227117192-
CMYK00.480.150.11
HSL319.09º66.27%67.45%-
HSV(B)319.09º48.46%89.02%-
XYZ47.5532.8653.71-
YUV158.44146.94176.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 117 (46.09% from 255) = 21.83%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=42.35%
G=21.83%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711719200.480.150.11319.0966.2767.45
HexE375C0030FB13f4243
Octal3431653000601713477102103
Binary1110001111101011100000001100001111101110011111110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375C0; }

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

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

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

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

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

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

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

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