#E374AE

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

Shades of Persian Pink #E374AE

Tints of Persian Pink #E374AE

Color information

#E374AE (or 0xE374AE) is unknown color: approx Persian Pink. HEX triplet: E3, 74 and AE. RGB value is (227,116,174). Sum of RGB (Red+Green+Blue) = 227+116+174=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E374AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374AE is #1C8B51. Grayscale: #9B9B9B. Windows color (decimal): -1870674 or 11433187. OLE color: 11433187.

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

Color convert

RGB227116174-
CMYK00.490.230.11
HSL328.65º66.47%67.25%-
HSV(B)328.65º48.9%89.02%-
XYZ45.5631.8843.8-
YUV155.8138.27178.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.91%
GREEN value IS 116 (45.70% from 255) = 22.44%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=43.91%
G=22.44%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711617400.490.230.11328.6566.4767.25
HexE374AE03117B1494243
Octal3431642560612713511102103
Binary11100011111010010101110011000110111101110100100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374AE; }

 p { color: rgb(227,116,174); }

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

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

 a { background-color: rgb(227,116,174); }

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

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

 span { border-color: rgb(227,116,174); }

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