#E674BA

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

Shades of Persian Pink #E674BA

Tints of Persian Pink #E674BA

Color information

#E674BA (or 0xE674BA) is unknown color: approx Persian Pink. HEX triplet: E6, 74 and BA. RGB value is (230,116,186). Sum of RGB (Red+Green+Blue) = 230+116+186=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E674BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674BA is #198B45. Grayscale: #9D9D9D. Windows color (decimal): -1674054 or 12219622. OLE color: 12219622.

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

Color convert

RGB230116186-
CMYK00.500.190.10
HSL323.16º69.51%67.84%-
HSV(B)323.16º49.57%90.2%-
XYZ47.7432.8650.28-
YUV158.07143.77179.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.23%
GREEN value IS 116 (45.70% from 255) = 21.80%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=43.23%
G=21.80%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011618600.500.190.10323.1669.5167.84
HexE674BA03213A1434644
Octal3461642720622312503106104
Binary11100110111010010111010011001010011101010100001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E674BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E674BA; }

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

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

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

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

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

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

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

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