#E473C4

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

Shades of Persian Pink #E473C4

Tints of Persian Pink #E473C4

Color information

#E473C4 (or 0xE473C4) is unknown color: approx Persian Pink. HEX triplet: E4, 73 and C4. RGB value is (228,115,196). Sum of RGB (Red+Green+Blue) = 228+115+196=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E473C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473C4 is #1B8C3B. Grayscale: #9D9D9D. Windows color (decimal): -1805372 or 12874724. OLE color: 12874724.

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

Color convert

RGB228115196-
CMYK00.500.140.11
HSL316.99º67.66%67.25%-
HSV(B)316.99º49.56%89.41%-
XYZ48.0932.7456.01-
YUV158.02149.44177.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 115 (45.31% from 255) = 21.34%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=42.30%
G=21.34%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811519600.500.140.11316.9967.6667.25
HexE473C4032EB13d4443
Octal3441633040621613475104103
Binary1110010011100111100010001100101110101110011110110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E473C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E473C4; }

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

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

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

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

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

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

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

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