#E677C2

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

Shades of Persian Pink #E677C2

Tints of Persian Pink #E677C2

Color information

#E677C2 (or 0xE677C2) is unknown color: approx Persian Pink. HEX triplet: E6, 77 and C2. RGB value is (230,119,194). Sum of RGB (Red+Green+Blue) = 230+119+194=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E677C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677C2 is #19883D. Grayscale: #A0A0A0. Windows color (decimal): -1673278 or 12744678. OLE color: 12744678.

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

Color convert

RGB230119194-
CMYK00.480.160.10
HSL319.46º68.94%68.43%-
HSV(B)319.46º48.26%90.2%-
XYZ48.9733.9155-
YUV160.74146.77177.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 119 (46.88% from 255) = 21.92%
BLUE value IS 194 (76.17% from 255) = 35.73%
R=42.36%
G=21.92%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011919400.480.160.10319.4668.9468.43
HexE677C203010A13f4544
Octal3461673020602012477105104
Binary11100110111011111000010011000010000101010011111110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E677C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E677C2; }

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

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

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

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

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

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

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

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