#E687BD

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

Shades of Persian Pink #E687BD

Tints of Persian Pink #E687BD

Color information

#E687BD (or 0xE687BD) is unknown color: approx Persian Pink. HEX triplet: E6, 87 and BD. RGB value is (230,135,189). Sum of RGB (Red+Green+Blue) = 230+135+189=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E687BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687BD is #197842. Grayscale: #A9A9A9. Windows color (decimal): -1669187 or 12421094. OLE color: 12421094.

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

Color convert

RGB230135189-
CMYK00.410.180.10
HSL325.89º65.52%71.57%-
HSV(B)325.89º41.3%90.2%-
XYZ50.4837.8352.78-
YUV169.56138.97171.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.52%
GREEN value IS 135 (53.12% from 255) = 24.37%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=41.52%
G=24.37%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013518900.410.180.10325.8965.5271.57
HexE687BD02912A1464248
Octal3462072750512212506102110
Binary111001101000011110111101010100110010101010100011010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E687BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E687BD; }

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

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

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

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

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

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

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

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