#EC7EB3

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

Shades of Persian Pink #EC7EB3

Tints of Persian Pink #EC7EB3

Color information

#EC7EB3 (or 0xEC7EB3) is unknown color: approx Persian Pink. HEX triplet: EC, 7E and B3. RGB value is (236,126,179). Sum of RGB (Red+Green+Blue) = 236+126+179=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EB3 is #13814C. Grayscale: #A4A4A4. Windows color (decimal): -1278285 or 11763436. OLE color: 11763436.

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

Color convert

RGB236126179-
CMYK00.470.240.07
HSL331.09º74.32%70.98%-
HSV(B)331.09º46.61%92.55%-
XYZ50.1936.0146.95-
YUV164.93135.94178.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 126 (49.61% from 255) = 23.29%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=43.62%
G=23.29%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612617900.470.240.07331.0974.3270.98
HexEC7EB302F18714b4a47
Octal354176263057307513112107
Binary1110110011111101011001101011111100011110100101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7EB3; }

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

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

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

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

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

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

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

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