#E683BC

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

Shades of Persian Pink #E683BC

Tints of Persian Pink #E683BC

Color information

#E683BC (or 0xE683BC) is unknown color: approx Persian Pink. HEX triplet: E6, 83 and BC. RGB value is (230,131,188). Sum of RGB (Red+Green+Blue) = 230+131+188=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E683BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683BC is #197C43. Grayscale: #A6A6A6. Windows color (decimal): -1670212 or 12354534. OLE color: 12354534.

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

Color convert

RGB230131188-
CMYK00.430.180.10
HSL325.45º66.44%70.78%-
HSV(B)325.45º43.04%90.2%-
XYZ49.8336.6952.03-
YUV167.1139.8172.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=41.89%
G=23.86%
B=34.24%

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
Decimal23013118800.430.180.10325.4566.4470.78
HexE683BC02B12A1454247
Octal3462032740532212505102107
Binary111001101000001110111100010101110010101010100010110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E683BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E683BC; }

 p { color: rgb(230,131,188); }

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

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

 a { background-color: rgb(230,131,188); }

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

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

 span { border-color: rgb(230,131,188); }

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