#EC74BB

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

Shades of Persian Pink #EC74BB

Tints of Persian Pink #EC74BB

Color information

#EC74BB (or 0xEC74BB) is unknown color: approx Persian Pink. HEX triplet: EC, 74 and BB. RGB value is (236,116,187). Sum of RGB (Red+Green+Blue) = 236+116+187=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74BB is #138B44. Grayscale: #9F9F9F. Windows color (decimal): -1280837 or 12285164. OLE color: 12285164.

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

Color convert

RGB236116187-
CMYK00.510.210.07
HSL324.5º75.95%69.02%-
HSV(B)324.5º50.85%92.55%-
XYZ49.8133.9150.93-
YUV159.97143.26182.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=43.78%
G=21.52%
B=34.69%

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
Decimal23611618700.510.210.07324.575.9569.02
HexEC74BB0331571444c45
Octal354164273063257504114105
Binary1110110011101001011101101100111010111110100010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC74BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC74BB; }

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

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

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

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

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

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

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

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