#EC74BA

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

Shades of Persian Pink #EC74BA

Tints of Persian Pink #EC74BA

Color information

#EC74BA (or 0xEC74BA) is unknown color: approx Persian Pink. HEX triplet: EC, 74 and BA. RGB value is (236,116,186). Sum of RGB (Red+Green+Blue) = 236+116+186=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74BA is #138B45. Grayscale: #9F9F9F. Windows color (decimal): -1280838 or 12219628. OLE color: 12219628.

HSL color Cylindrical-coordinate representation of color #EC74BA: hue angle of 325º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC74BA is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236116186-
CMYK00.510.210.07
HSL325º75.95%69.02%-
HSV(B)325º50.85%92.55%-
XYZ49.733.8750.37-
YUV159.86142.76182.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 116 (45.70% from 255) = 21.56%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=43.87%
G=21.56%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611618600.510.210.0732575.9569.02
HexEC74BA0331571454c45
Octal354164272063257505114105
Binary1110110011101001011101001100111010111110100010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC74BA; }

 p { color: rgb(236,116,186); }

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

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

 a { background-color: rgb(236,116,186); }

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

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

 span { border-color: rgb(236,116,186); }

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