#E67EC2

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

Shades of Persian Pink #E67EC2

Tints of Persian Pink #E67EC2

Color information

#E67EC2 (or 0xE67EC2) is unknown color: approx Persian Pink. HEX triplet: E6, 7E and C2. RGB value is (230,126,194). Sum of RGB (Red+Green+Blue) = 230+126+194=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67EC2 is #19813D. Grayscale: #A4A4A4. Windows color (decimal): -1671486 or 12746470. OLE color: 12746470.

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

Color convert

RGB230126194-
CMYK00.450.160.10
HSL320.77º67.53%69.8%-
HSV(B)320.77º45.22%90.2%-
XYZ49.8335.6455.29-
YUV164.85144.46174.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 194 (76.17% from 255) = 35.27%
R=41.82%
G=22.91%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012619400.450.160.10320.7767.5369.8
HexE67EC202D10A1414446
Octal3461763020552012501104106
Binary11100110111111011000010010110110000101010100000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67EC2; }

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

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

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

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

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

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

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

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