#EC7ABE

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

Shades of Persian Pink #EC7ABE

Tints of Persian Pink #EC7ABE

Color information

#EC7ABE (or 0xEC7ABE) is unknown color: approx Persian Pink. HEX triplet: EC, 7A and BE. RGB value is (236,122,190). Sum of RGB (Red+Green+Blue) = 236+122+190=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ABE is #138541. Grayscale: #A3A3A3. Windows color (decimal): -1279298 or 12483308. OLE color: 12483308.

HSL color Cylindrical-coordinate representation of color #EC7ABE: hue angle of 324.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7ABE is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236122190-
CMYK00.480.190.07
HSL324.21º75%70.2%-
HSV(B)324.21º48.31%92.55%-
XYZ50.8535.4752.88-
YUV163.84142.77179.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.07%
GREEN value IS 122 (48.05% from 255) = 22.26%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=43.07%
G=22.26%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612219000.480.190.07324.217570.2
HexEC7ABE0301371444b46
Octal354172276060237504113106
Binary1110110011110101011111001100001001111110100010010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7ABE; }

 p { color: rgb(236,122,190); }

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

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

 a { background-color: rgb(236,122,190); }

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

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

 span { border-color: rgb(236,122,190); }

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