#E477C2

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

Shades of Persian Pink #E477C2

Tints of Persian Pink #E477C2

Color information

#E477C2 (or 0xE477C2) is unknown color: approx Persian Pink. HEX triplet: E4, 77 and C2. RGB value is (228,119,194). Sum of RGB (Red+Green+Blue) = 228+119+194=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E477C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477C2 is #1B883D. Grayscale: #9F9F9F. Windows color (decimal): -1804350 or 12744676. OLE color: 12744676.

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

Color convert

RGB228119194-
CMYK00.480.150.11
HSL318.72º66.87%68.04%-
HSV(B)318.72º47.81%89.41%-
XYZ48.3333.5854.97-
YUV160.14147.11176.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.14%
GREEN value IS 119 (46.88% from 255) = 22.00%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=42.14%
G=22.00%
B=35.86%

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
Decimal22811919400.480.150.11318.7266.8768.04
HexE477C2030FB13f4344
Octal3441673020601713477103104
Binary1110010011101111100001001100001111101110011111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477C2; }

 p { color: rgb(228,119,194); }

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

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

 a { background-color: rgb(228,119,194); }

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

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

 span { border-color: rgb(228,119,194); }

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