#EC6FBD

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

Shades of Persian Pink #EC6FBD

Tints of Persian Pink #EC6FBD

Color information

#EC6FBD (or 0xEC6FBD) is unknown color: approx Persian Pink. HEX triplet: EC, 6F and BD. RGB value is (236,111,189). Sum of RGB (Red+Green+Blue) = 236+111+189=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FBD is #139042. Grayscale: #9D9D9D. Windows color (decimal): -1282115 or 12414956. OLE color: 12414956.

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

Color convert

RGB236111189-
CMYK00.530.200.07
HSL322.56º76.69%68.04%-
HSV(B)322.56º52.97%92.55%-
XYZ49.4632.8851.88-
YUV157.27145.91184.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=44.03%
G=20.71%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611118900.530.200.07322.5676.6968.04
HexEC6FBD0351471434d44
Octal354157275065247503115104
Binary1110110011011111011110101101011010011110100001110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6FBD; }

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

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

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

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

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

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

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

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