#E682BD

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

Shades of Persian Pink #E682BD

Tints of Persian Pink #E682BD

Color information

#E682BD (or 0xE682BD) is unknown color: approx Persian Pink. HEX triplet: E6, 82 and BD. RGB value is (230,130,189). Sum of RGB (Red+Green+Blue) = 230+130+189=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E682BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682BD is #197D42. Grayscale: #A6A6A6. Windows color (decimal): -1670467 or 12419814. OLE color: 12419814.

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

Color convert

RGB230130189-
CMYK00.430.180.10
HSL324.6º66.67%70.59%-
HSV(B)324.6º43.48%90.2%-
XYZ49.836.4652.56-
YUV166.63140.63173.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=41.89%
G=23.68%
B=34.43%

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
Decimal23013018900.430.180.10324.666.6770.59
HexE682BD02B12A1454347
Octal3462022750532212505103107
Binary111001101000001010111101010101110010101010100010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E682BD; }

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

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

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

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

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

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

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

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