#EC7BB5

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

Shades of Persian Pink #EC7BB5

Tints of Persian Pink #EC7BB5

Color information

#EC7BB5 (or 0xEC7BB5) is unknown color: approx Persian Pink. HEX triplet: EC, 7B and B5. RGB value is (236,123,181). Sum of RGB (Red+Green+Blue) = 236+123+181=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BB5 is #13844A. Grayscale: #A3A3A3. Windows color (decimal): -1279051 or 11893740. OLE color: 11893740.

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

Color convert

RGB236123181-
CMYK00.480.230.07
HSL329.2º74.83%70.39%-
HSV(B)329.2º47.88%92.55%-
XYZ50.0235.3347.9-
YUV163.4137.94179.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=43.70%
G=22.78%
B=33.52%

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
Decimal23612318100.480.230.07329.274.8370.39
HexEC7BB50301771494b46
Octal354173265060277511113106
Binary1110110011110111011010101100001011111110100100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BB5; }

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

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

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

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

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

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

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

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