#E678C1

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

Shades of Persian Pink #E678C1

Tints of Persian Pink #E678C1

Color information

#E678C1 (or 0xE678C1) is unknown color: approx Persian Pink. HEX triplet: E6, 78 and C1. RGB value is (230,120,193). Sum of RGB (Red+Green+Blue) = 230+120+193=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E678C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678C1 is #19873E. Grayscale: #A1A1A1. Windows color (decimal): -1673023 or 12679398. OLE color: 12679398.

HSL color Cylindrical-coordinate representation of color #E678C1: hue angle of 320.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678C1 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB230120193-
CMYK00.480.160.10
HSL320.18º68.75%68.63%-
HSV(B)320.18º47.83%90.2%-
XYZ48.9834.1154.45-
YUV161.21145.94177.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 120 (47.27% from 255) = 22.10%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=42.36%
G=22.10%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012019300.480.160.10320.1868.7568.63
HexE678C103010A1404545
Octal3461703010602012500105105
Binary11100110111100011000001011000010000101010100000010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E678C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E678C1; }

 p { color: rgb(230,120,193); }

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

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

 a { background-color: rgb(230,120,193); }

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

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

 span { border-color: rgb(230,120,193); }

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