#E682BB

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

Shades of Persian Pink #E682BB

Tints of Persian Pink #E682BB

Color information

#E682BB (or 0xE682BB) is unknown color: approx Persian Pink. HEX triplet: E6, 82 and BB. RGB value is (230,130,187). Sum of RGB (Red+Green+Blue) = 230+130+187=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E682BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682BB is #197D44. Grayscale: #A6A6A6. Windows color (decimal): -1670469 or 12288742. OLE color: 12288742.

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

Color convert

RGB230130187-
CMYK00.430.190.10
HSL325.8º66.67%70.59%-
HSV(B)325.8º43.48%90.2%-
XYZ49.5936.3851.42-
YUV166.4139.63173.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=42.05%
G=23.77%
B=34.19%

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
Decimal23013018700.430.190.10325.866.6770.59
HexE682BB02B13A1464347
Octal3462022730532312506103107
Binary111001101000001010111011010101110011101010100011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E682BB; }

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

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

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

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

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

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

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

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