#ec7eb8

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

Shades of Persian Pink #EC7EB8

Tints of Persian Pink #EC7EB8

Color information

#EC7EB8 (or 0xEC7EB8) is unknown color: approx Persian Pink. HEX triplet: EC, 7E and B8. RGB value is (236,126,184). Sum of RGB (Red+Green+Blue) = 236+126+184=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EB8 is #138147. Grayscale: #A5A5A5. Windows color (decimal): -1278280 or 12091116. OLE color: 12091116.

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

Color convert

RGB236126184-
CMYK00.470.220.07
HSL328.36º74.32%70.98%-
HSV(B)328.36º46.61%92.55%-
XYZ50.736.2249.67-
YUV165.5138.44178.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=43.22%
G=23.08%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612618400.470.220.07328.3674.3270.98
HexEC7EB802F1671484a47
Octal354176270057267510112107
Binary1110110011111101011100001011111011011110100100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec7eb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec7eb8; }

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

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

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

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

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

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

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

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