#E67DC3

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

Shades of Persian Pink #E67DC3

Tints of Persian Pink #E67DC3

Color information

#E67DC3 (or 0xE67DC3) is unknown color: approx Persian Pink. HEX triplet: E6, 7D and C3. RGB value is (230,125,195). Sum of RGB (Red+Green+Blue) = 230+125+195=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DC3 is #19823C. Grayscale: #A4A4A4. Windows color (decimal): -1671741 or 12811750. OLE color: 12811750.

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

Color convert

RGB230125195-
CMYK00.460.150.10
HSL320º67.74%69.61%-
HSV(B)320º45.65%90.2%-
XYZ49.8235.4355.84-
YUV164.37145.29174.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 125 (49.22% from 255) = 22.73%
BLUE value IS 195 (76.56% from 255) = 35.45%
R=41.82%
G=22.73%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012519500.460.150.1032067.7469.61
HexE67DC302EFA1404446
Octal3461753030561712500104106
Binary1110011011111011100001101011101111101010100000010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67DC3; }

 p { color: rgb(230,125,195); }

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

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

 a { background-color: rgb(230,125,195); }

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

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

 span { border-color: rgb(230,125,195); }

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