#E684BD

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

Shades of Persian Pink #E684BD

Tints of Persian Pink #E684BD

Color information

#E684BD (or 0xE684BD) is unknown color: approx Persian Pink. HEX triplet: E6, 84 and BD. RGB value is (230,132,189). Sum of RGB (Red+Green+Blue) = 230+132+189=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E684BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684BD is #197B42. Grayscale: #A7A7A7. Windows color (decimal): -1669955 or 12420326. OLE color: 12420326.

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

Color convert

RGB230132189-
CMYK00.430.180.10
HSL325.1º66.22%70.98%-
HSV(B)325.1º42.61%90.2%-
XYZ50.073752.65-
YUV167.8139.97172.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=41.74%
G=23.96%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013218900.430.180.10325.166.2270.98
HexE684BD02B12A1454247
Octal3462042750532212505102107
Binary111001101000010010111101010101110010101010100010110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E684BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E684BD; }

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

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

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

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

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

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

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

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