#EC74B5

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

Shades of Persian Pink #EC74B5

Tints of Persian Pink #EC74B5

Color information

#EC74B5 (or 0xEC74B5) is unknown color: approx Persian Pink. HEX triplet: EC, 74 and B5. RGB value is (236,116,181). Sum of RGB (Red+Green+Blue) = 236+116+181=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74B5 is #138B4A. Grayscale: #9F9F9F. Windows color (decimal): -1280843 or 11891948. OLE color: 11891948.

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

Color convert

RGB236116181-
CMYK00.510.230.07
HSL327.5º75.95%69.02%-
HSV(B)327.5º50.85%92.55%-
XYZ49.1833.6647.62-
YUV159.29140.26182.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=44.28%
G=21.76%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611618100.510.230.07327.575.9569.02
HexEC74B50331771484c45
Octal354164265063277510114105
Binary1110110011101001011010101100111011111110100100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC74B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC74B5; }

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

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

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

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

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

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

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

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