#E670BF

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

Shades of Persian Pink #E670BF

Tints of Persian Pink #E670BF

Color information

#E670BF (or 0xE670BF) is unknown color: approx Persian Pink. HEX triplet: E6, 70 and BF. RGB value is (230,112,191). Sum of RGB (Red+Green+Blue) = 230+112+191=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E670BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670BF is #198F40. Grayscale: #9C9C9C. Windows color (decimal): -1675073 or 12546278. OLE color: 12546278.

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

Color convert

RGB230112191-
CMYK00.510.170.10
HSL319.83º70.24%67.06%-
HSV(B)319.83º51.3%90.2%-
XYZ47.8332.1752.98-
YUV156.29147.59180.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 112 (44.14% from 255) = 21.01%
BLUE value IS 191 (75% from 255) = 35.83%
R=43.15%
G=21.01%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011219100.510.170.10319.8370.2467.06
HexE670BF03311A1404643
Octal3461602770632112500106103
Binary11100110111000010111111011001110001101010100000010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670BF; }

 p { color: rgb(230,112,191); }

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

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

 a { background-color: rgb(230,112,191); }

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

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

 span { border-color: rgb(230,112,191); }

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