#EC7BB6

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

Shades of Persian Pink #EC7BB6

Tints of Persian Pink #EC7BB6

Color information

#EC7BB6 (or 0xEC7BB6) is unknown color: approx Persian Pink. HEX triplet: EC, 7B and B6. RGB value is (236,123,182). Sum of RGB (Red+Green+Blue) = 236+123+182=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BB6 is #138449. Grayscale: #A3A3A3. Windows color (decimal): -1279050 or 11959276. OLE color: 11959276.

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

Color convert

RGB236123182-
CMYK00.480.230.07
HSL328.67º74.83%70.39%-
HSV(B)328.67º47.88%92.55%-
XYZ50.1235.3848.44-
YUV163.51138.44179.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 123 (48.44% from 255) = 22.74%
BLUE value IS 182 (71.48% from 255) = 33.64%
R=43.62%
G=22.74%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612318200.480.230.07328.6774.8370.39
HexEC7BB60301771494b46
Octal354173266060277511113106
Binary1110110011110111011011001100001011111110100100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BB6; }

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

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

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

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

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

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

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

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