#E674AD

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

Shades of Persian Pink #E674AD

Tints of Persian Pink #E674AD

Color information

#E674AD (or 0xE674AD) is unknown color: approx Persian Pink. HEX triplet: E6, 74 and AD. RGB value is (230,116,173). Sum of RGB (Red+Green+Blue) = 230+116+173=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E674AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E674AD is #198B52. Grayscale: #9C9C9C. Windows color (decimal): -1674067 or 11367654. OLE color: 11367654.

HSL color Cylindrical-coordinate representation of color #E674AD: hue angle of 330º 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 #E674AD is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230116173-
CMYK00.500.250.10
HSL330º69.51%67.84%-
HSV(B)330º49.57%90.2%-
XYZ46.4232.3343.33-
YUV156.58137.27180.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.32%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=44.32%
G=22.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011617300.500.250.1033069.5167.84
HexE674AD03219A14a4644
Octal3461642550623112512106104
Binary11100110111010010101101011001011001101010100101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E674AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E674AD; }

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

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

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

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

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

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

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

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