#E476C4

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

Shades of Persian Pink #E476C4

Tints of Persian Pink #E476C4

Color information

#E476C4 (or 0xE476C4) is unknown color: approx Persian Pink. HEX triplet: E4, 76 and C4. RGB value is (228,118,196). Sum of RGB (Red+Green+Blue) = 228+118+196=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E476C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476C4 is #1B893B. Grayscale: #9F9F9F. Windows color (decimal): -1804604 or 12875492. OLE color: 12875492.

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

Color convert

RGB228118196-
CMYK00.480.140.11
HSL317.45º67.07%67.84%-
HSV(B)317.45º48.25%89.41%-
XYZ48.4433.4456.13-
YUV159.78148.44176.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.07%
GREEN value IS 118 (46.48% from 255) = 21.77%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=42.07%
G=21.77%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811819600.480.140.11317.4567.0767.84
HexE476C4030EB13d4344
Octal3441663040601613475103104
Binary1110010011101101100010001100001110101110011110110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E476C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E476C4; }

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

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

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

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

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

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

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

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