#E676BD

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

Shades of Persian Pink #E676BD

Tints of Persian Pink #E676BD

Color information

#E676BD (or 0xE676BD) is unknown color: approx Persian Pink. HEX triplet: E6, 76 and BD. RGB value is (230,118,189). Sum of RGB (Red+Green+Blue) = 230+118+189=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E676BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676BD is #198942. Grayscale: #9F9F9F. Windows color (decimal): -1673539 or 12416742. OLE color: 12416742.

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

Color convert

RGB230118189-
CMYK00.490.180.10
HSL321.96º69.14%68.24%-
HSV(B)321.96º48.7%90.2%-
XYZ48.333.4552.06-
YUV159.58144.61178.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.83%
GREEN value IS 118 (46.48% from 255) = 21.97%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=42.83%
G=21.97%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011818900.490.180.10321.9669.1468.24
HexE676BD03112A1424544
Octal3461662750612212502105104
Binary11100110111011010111101011000110010101010100001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E676BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E676BD; }

 p { color: rgb(230,118,189); }

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

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

 a { background-color: rgb(230,118,189); }

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

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

 span { border-color: rgb(230,118,189); }

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