#E676C4

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

Shades of Persian Pink #E676C4

Tints of Persian Pink #E676C4

Color information

#E676C4 (or 0xE676C4) is unknown color: approx Persian Pink. HEX triplet: E6, 76 and C4. RGB value is (230,118,196). Sum of RGB (Red+Green+Blue) = 230+118+196=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E676C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676C4 is #19893B. Grayscale: #A0A0A0. Windows color (decimal): -1673532 or 12875494. OLE color: 12875494.

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

Color convert

RGB230118196-
CMYK00.490.150.10
HSL318.21º69.14%68.24%-
HSV(B)318.21º48.7%90.2%-
XYZ49.0833.7756.16-
YUV160.38148.11177.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.28%
GREEN value IS 118 (46.48% from 255) = 21.69%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=42.28%
G=21.69%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011819600.490.150.10318.2169.1468.24
HexE676C4031FA13e4544
Octal3461663040611712476105104
Binary1110011011101101100010001100011111101010011111010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E676C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E676C4; }

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

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

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

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

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

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

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

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