#EC84BE

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

Shades of Persian Pink #EC84BE

Tints of Persian Pink #EC84BE

Color information

#EC84BE (or 0xEC84BE) is unknown color: approx Persian Pink. HEX triplet: EC, 84 and BE. RGB value is (236,132,190). Sum of RGB (Red+Green+Blue) = 236+132+190=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84BE is #137B41. Grayscale: #A9A9A9. Windows color (decimal): -1276738 or 12485868. OLE color: 12485868.

HSL color Cylindrical-coordinate representation of color #EC84BE: hue angle of 326.54º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC84BE is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236132190-
CMYK00.440.190.07
HSL326.54º73.24%72.16%-
HSV(B)326.54º44.07%92.55%-
XYZ52.1438.0553.31-
YUV169.71139.46175.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=42.29%
G=23.66%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613219000.440.190.07326.5473.2472.16
HexEC84BE02C1371474948
Octal354204276054237507111110
Binary11101100100001001011111001011001001111110100011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC84BE; }

 p { color: rgb(236,132,190); }

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

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

 a { background-color: rgb(236,132,190); }

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

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

 span { border-color: rgb(236,132,190); }

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