#E677BA

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

Shades of Persian Pink #E677BA

Tints of Persian Pink #E677BA

Color information

#E677BA (or 0xE677BA) is unknown color: approx Persian Pink. HEX triplet: E6, 77 and BA. RGB value is (230,119,186). Sum of RGB (Red+Green+Blue) = 230+119+186=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E677BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677BA is #198845. Grayscale: #9F9F9F. Windows color (decimal): -1673286 or 12220390. OLE color: 12220390.

HSL color Cylindrical-coordinate representation of color #E677BA: hue angle of 323.78º 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 #E677BA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230119186-
CMYK00.480.190.10
HSL323.78º68.94%68.43%-
HSV(B)323.78º48.26%90.2%-
XYZ48.0933.5650.4-
YUV159.83142.77178.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=42.99%
G=22.24%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011918600.480.190.10323.7868.9468.43
HexE677BA03013A1444544
Octal3461672720602312504105104
Binary11100110111011110111010011000010011101010100010010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E677BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E677BA; }

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

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

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

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

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

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

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

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