#E47DC4

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

Shades of Persian Pink #E47DC4

Tints of Persian Pink #E47DC4

Color information

#E47DC4 (or 0xE47DC4) is unknown color: approx Persian Pink. HEX triplet: E4, 7D and C4. RGB value is (228,125,196). Sum of RGB (Red+Green+Blue) = 228+125+196=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DC4 is #1B823B. Grayscale: #A3A3A3. Windows color (decimal): -1802812 or 12877284. OLE color: 12877284.

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

Color convert

RGB228125196-
CMYK00.450.140.11
HSL318.64º65.61%69.22%-
HSV(B)318.64º45.18%89.41%-
XYZ49.2935.1556.41-
YUV163.89146.12173.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.53%
GREEN value IS 125 (49.22% from 255) = 22.77%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=41.53%
G=22.77%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812519600.450.140.11318.6465.6169.22
HexE47DC402DEB13f4245
Octal3441753040551613477102105
Binary1110010011111011100010001011011110101110011111110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DC4; }

 p { color: rgb(228,125,196); }

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

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

 a { background-color: rgb(228,125,196); }

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

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

 span { border-color: rgb(228,125,196); }

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