#EC7CBD

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

Shades of Persian Pink #EC7CBD

Tints of Persian Pink #EC7CBD

Color information

#EC7CBD (or 0xEC7CBD) is unknown color: approx Persian Pink. HEX triplet: EC, 7C and BD. RGB value is (236,124,189). Sum of RGB (Red+Green+Blue) = 236+124+189=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CBD is #138342. Grayscale: #A4A4A4. Windows color (decimal): -1278787 or 12418284. OLE color: 12418284.

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

Color convert

RGB236124189-
CMYK00.470.200.07
HSL325.18º74.67%70.59%-
HSV(B)325.18º47.46%92.55%-
XYZ50.9935.9252.39-
YUV164.9141.61178.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=42.99%
G=22.59%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612418900.470.200.07325.1874.6770.59
HexEC7CBD02F1471454b47
Octal354174275057247505113107
Binary1110110011111001011110101011111010011110100010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7CBD; }

 p { color: rgb(236,124,189); }

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

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

 a { background-color: rgb(236,124,189); }

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

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

 span { border-color: rgb(236,124,189); }

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