#E677B8

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

Shades of Persian Pink #E677B8

Tints of Persian Pink #E677B8

Color information

#E677B8 (or 0xE677B8) is unknown color: approx Persian Pink. HEX triplet: E6, 77 and B8. RGB value is (230,119,184). Sum of RGB (Red+Green+Blue) = 230+119+184=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E677B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677B8 is #198847. Grayscale: #9F9F9F. Windows color (decimal): -1673288 or 12089318. OLE color: 12089318.

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

Color convert

RGB230119184-
CMYK00.480.20.10
HSL324.86º68.94%68.43%-
HSV(B)324.86º48.26%90.2%-
XYZ47.8833.4849.29-
YUV159.6141.77178.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 184 (72.27% from 255) = 34.52%
R=43.15%
G=22.33%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.2
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011918400.480.20.10324.8668.9468.43
HexE677B803014A1454544
Octal3461672700602412505105104
Binary11100110111011110111000011000010100101010100010110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E677B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E677B8; }

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

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

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

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

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

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

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

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