#EC7EBB

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

Shades of Persian Pink #EC7EBB

Tints of Persian Pink #EC7EBB

Color information

#EC7EBB (or 0xEC7EBB) is unknown color: approx Persian Pink. HEX triplet: EC, 7E and BB. RGB value is (236,126,187). Sum of RGB (Red+Green+Blue) = 236+126+187=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EBB is #138144. Grayscale: #A5A5A5. Windows color (decimal): -1278277 or 12287724. OLE color: 12287724.

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

Color convert

RGB236126187-
CMYK00.470.210.07
HSL326.73º74.32%70.98%-
HSV(B)326.73º46.61%92.55%-
XYZ51.0236.3451.34-
YUV165.84139.94178.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 126 (49.61% from 255) = 22.95%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=42.99%
G=22.95%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612618700.470.210.07326.7374.3270.98
HexEC7EBB02F1571474a47
Octal354176273057257507112107
Binary1110110011111101011101101011111010111110100011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7EBB; }

 p { color: rgb(236,126,187); }

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

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

 a { background-color: rgb(236,126,187); }

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

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

 span { border-color: rgb(236,126,187); }

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