#EC7CBE

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

Shades of Persian Pink #EC7CBE

Tints of Persian Pink #EC7CBE

Color information

#EC7CBE (or 0xEC7CBE) is unknown color: approx Persian Pink. HEX triplet: EC, 7C and BE. RGB value is (236,124,190). Sum of RGB (Red+Green+Blue) = 236+124+190=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CBE is #138341. Grayscale: #A4A4A4. Windows color (decimal): -1278786 or 12483820. OLE color: 12483820.

HSL color Cylindrical-coordinate representation of color #EC7CBE: hue angle of 324.64º 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 #EC7CBE is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236124190-
CMYK00.470.190.07
HSL324.64º74.67%70.59%-
HSV(B)324.64º47.46%92.55%-
XYZ51.0935.9752.96-
YUV165.01142.11178.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 124 (48.83% from 255) = 22.55%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=42.91%
G=22.55%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612419000.470.190.07324.6474.6770.59
HexEC7CBE02F1371454b47
Octal354174276057237505113107
Binary1110110011111001011111001011111001111110100010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7CBE; }

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

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

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

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

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

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

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

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