#E680BD

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

Shades of Persian Pink #E680BD

Tints of Persian Pink #E680BD

Color information

#E680BD (or 0xE680BD) is unknown color: approx Persian Pink. HEX triplet: E6, 80 and BD. RGB value is (230,128,189). Sum of RGB (Red+Green+Blue) = 230+128+189=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E680BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680BD is #197F42. Grayscale: #A5A5A5. Windows color (decimal): -1670979 or 12419302. OLE color: 12419302.

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

Color convert

RGB230128189-
CMYK00.440.180.10
HSL324.12º67.11%70.2%-
HSV(B)324.12º44.35%90.2%-
XYZ49.5435.9452.47-
YUV165.45141.29174.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=42.05%
G=23.40%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012818900.440.180.10324.1267.1170.2
HexE680BD02C12A1444346
Octal3462002750542212504103106
Binary111001101000000010111101010110010010101010100010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680BD; }

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

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

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

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

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

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

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

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