#E677B5

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

Shades of Persian Pink #E677B5

Tints of Persian Pink #E677B5

Color information

#E677B5 (or 0xE677B5) is unknown color: approx Persian Pink. HEX triplet: E6, 77 and B5. RGB value is (230,119,181). Sum of RGB (Red+Green+Blue) = 230+119+181=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E677B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677B5 is #19884A. Grayscale: #9F9F9F. Windows color (decimal): -1673291 or 11892710. OLE color: 11892710.

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

Color convert

RGB230119181-
CMYK00.480.210.10
HSL326.49º68.94%68.43%-
HSV(B)326.49º48.26%90.2%-
XYZ47.5733.3547.65-
YUV159.26140.27178.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=43.40%
G=22.45%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011918100.480.210.10326.4968.9468.43
HexE677B503015A1464544
Octal3461672650602512506105104
Binary11100110111011110110101011000010101101010100011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E677B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E677B5; }

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

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

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

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

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

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

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

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