#EC7BB2

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

Shades of Persian Pink #EC7BB2

Tints of Persian Pink #EC7BB2

Color information

#EC7BB2 (or 0xEC7BB2) is unknown color: approx Persian Pink. HEX triplet: EC, 7B and B2. RGB value is (236,123,178). Sum of RGB (Red+Green+Blue) = 236+123+178=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7BB2 is #13844D. Grayscale: #A2A2A2. Windows color (decimal): -1279054 or 11697132. OLE color: 11697132.

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

Color convert

RGB236123178-
CMYK00.480.250.07
HSL330.8º74.83%70.39%-
HSV(B)330.8º47.88%92.55%-
XYZ49.7135.2146.3-
YUV163.06136.44180.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=43.95%
G=22.91%
B=33.15%

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
Decimal23612317800.480.250.07330.874.8370.39
HexEC7BB203019714b4b46
Octal354173262060317513113106
Binary1110110011110111011001001100001100111110100101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BB2; }

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

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

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

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

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

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

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

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