#e872c2

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

Shades of Persian Pink #E872C2

Tints of Persian Pink #E872C2

Color information

#E872C2 (or 0xE872C2) is unknown color: approx Persian Pink. HEX triplet: E8, 72 and C2. RGB value is (232,114,194). Sum of RGB (Red+Green+Blue) = 232+114+194=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E872C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872C2 is #178D3D. Grayscale: #9E9E9E. Windows color (decimal): -1543486 or 12743400. OLE color: 12743400.

HSL color Cylindrical-coordinate representation of color #E872C2: hue angle of 319.32º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E872C2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB232114194-
CMYK00.510.160.09
HSL319.32º71.95%67.84%-
HSV(B)319.32º50.86%90.98%-
XYZ49.0333.0954.84-
YUV158.4148.09180.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.96%
GREEN value IS 114 (44.92% from 255) = 21.11%
BLUE value IS 194 (76.17% from 255) = 35.93%
R=42.96%
G=21.11%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211419400.510.160.09319.3271.9567.84
HexE872C203310913f4844
Octal3501623020632011477110104
Binary11101000111001011000010011001110000100110011111110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e872c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e872c2; }

 p { color: rgb(232,114,194); }

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

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

 a { background-color: rgb(232,114,194); }

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

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

 span { border-color: rgb(232,114,194); }

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