#E684BA

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

Shades of Persian Pink #E684BA

Tints of Persian Pink #E684BA

Color information

#E684BA (or 0xE684BA) is unknown color: approx Persian Pink. HEX triplet: E6, 84 and BA. RGB value is (230,132,186). Sum of RGB (Red+Green+Blue) = 230+132+186=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E684BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684BA is #197B45. Grayscale: #A7A7A7. Windows color (decimal): -1669958 or 12223718. OLE color: 12223718.

HSL color Cylindrical-coordinate representation of color #E684BA: hue angle of 326.94º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684BA is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230132186-
CMYK00.430.190.10
HSL326.94º66.22%70.98%-
HSV(B)326.94º42.61%90.2%-
XYZ49.7536.8750.95-
YUV167.46138.47172.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=41.97%
G=24.09%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013218600.430.190.10326.9466.2270.98
HexE684BA02B13A1474247
Octal3462042720532312507102107
Binary111001101000010010111010010101110011101010100011110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E684BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E684BA; }

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

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

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

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

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

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

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

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