#E67FAE

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

Shades of Persian Pink #E67FAE

Tints of Persian Pink #E67FAE

Color information

#E67FAE (or 0xE67FAE) is unknown color: approx Persian Pink. HEX triplet: E6, 7F and AE. RGB value is (230,127,174). Sum of RGB (Red+Green+Blue) = 230+127+174=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67FAE is #198051. Grayscale: #A3A3A3. Windows color (decimal): -1671250 or 11436006. OLE color: 11436006.

HSL color Cylindrical-coordinate representation of color #E67FAE: hue angle of 332.62º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FAE is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230127174-
CMYK00.450.240.10
HSL332.62º67.32%70%-
HSV(B)332.62º44.78%90.2%-
XYZ47.8635.0644.29-
YUV163.16134.12175.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.31%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=43.31%
G=23.92%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012717400.450.240.10332.6267.3270
HexE67FAE02D18A14d4346
Octal3461772560553012515103106
Binary11100110111111110101110010110111000101010100110110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67FAE; }

 p { color: rgb(230,127,174); }

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

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

 a { background-color: rgb(230,127,174); }

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

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

 span { border-color: rgb(230,127,174); }

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