#EC7BB0

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

Shades of Persian Pink #EC7BB0

Tints of Persian Pink #EC7BB0

Color information

#EC7BB0 (or 0xEC7BB0) is unknown color: approx Persian Pink. HEX triplet: EC, 7B and B0. RGB value is (236,123,176). Sum of RGB (Red+Green+Blue) = 236+123+176=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7BB0 is #13844F. Grayscale: #A2A2A2. Windows color (decimal): -1279056 or 11566060. OLE color: 11566060.

HSL color Cylindrical-coordinate representation of color #EC7BB0: hue angle of 331.86º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BB0 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236123176-
CMYK00.480.250.07
HSL331.86º74.83%70.39%-
HSV(B)331.86º47.88%92.55%-
XYZ49.5135.1345.25-
YUV162.83135.44180.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=44.11%
G=22.99%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612317600.480.250.07331.8674.8370.39
HexEC7BB003019714c4b46
Octal354173260060317514113106
Binary1110110011110111011000001100001100111110100110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BB0; }

 p { color: rgb(236,123,176); }

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

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

 a { background-color: rgb(236,123,176); }

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

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

 span { border-color: rgb(236,123,176); }

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