#E682BF

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

Shades of Persian Pink #E682BF

Tints of Persian Pink #E682BF

Color information

#E682BF (or 0xE682BF) is unknown color: approx Persian Pink. HEX triplet: E6, 82 and BF. RGB value is (230,130,191). Sum of RGB (Red+Green+Blue) = 230+130+191=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E682BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682BF is #197D40. Grayscale: #A6A6A6. Windows color (decimal): -1670465 or 12550886. OLE color: 12550886.

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

Color convert

RGB230130191-
CMYK00.430.170.10
HSL323.4º66.67%70.59%-
HSV(B)323.4º43.48%90.2%-
XYZ50.0236.5553.71-
YUV166.85141.63173.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 191 (75% from 255) = 34.66%
R=41.74%
G=23.59%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013019100.430.170.10323.466.6770.59
HexE682BF02B11A1434347
Octal3462022770532112503103107
Binary111001101000001010111111010101110001101010100001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E682BF; }

 p { color: rgb(230,130,191); }

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

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

 a { background-color: rgb(230,130,191); }

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

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

 span { border-color: rgb(230,130,191); }

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