#E674AE

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

Shades of Persian Pink #E674AE

Tints of Persian Pink #E674AE

Color information

#E674AE (or 0xE674AE) is unknown color: approx Persian Pink. HEX triplet: E6, 74 and AE. RGB value is (230,116,174). Sum of RGB (Red+Green+Blue) = 230+116+174=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E674AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E674AE is #198B51. Grayscale: #9C9C9C. Windows color (decimal): -1674066 or 11433190. OLE color: 11433190.

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

Color convert

RGB230116174-
CMYK00.500.240.10
HSL329.47º69.51%67.84%-
HSV(B)329.47º49.57%90.2%-
XYZ46.5232.3743.84-
YUV156.7137.77180.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.23%
GREEN value IS 116 (45.70% from 255) = 22.31%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=44.23%
G=22.31%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011617400.500.240.10329.4769.5167.84
HexE674AE03218A1494644
Octal3461642560623012511106104
Binary11100110111010010101110011001011000101010100100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E674AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E674AE; }

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

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

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

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

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

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

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

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