#E67FB8

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

Shades of Persian Pink #E67FB8

Tints of Persian Pink #E67FB8

Color information

#E67FB8 (or 0xE67FB8) is unknown color: approx Persian Pink. HEX triplet: E6, 7F and B8. RGB value is (230,127,184). Sum of RGB (Red+Green+Blue) = 230+127+184=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FB8 is #198047. Grayscale: #A4A4A4. Windows color (decimal): -1671240 or 12091366. OLE color: 12091366.

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

Color convert

RGB230127184-
CMYK00.450.20.10
HSL326.8º67.32%70%-
HSV(B)326.8º44.78%90.2%-
XYZ48.8735.4649.62-
YUV164.3139.12174.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 184 (72.27% from 255) = 34.01%
R=42.51%
G=23.48%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.2
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012718400.450.20.10326.867.3270
HexE67FB802D14A1474346
Octal3461772700552412507103106
Binary11100110111111110111000010110110100101010100011110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67FB8; }

 p { color: rgb(230,127,184); }

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

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

 a { background-color: rgb(230,127,184); }

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

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

 span { border-color: rgb(230,127,184); }

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