#ec78b2

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

Shades of Persian Pink #EC78B2

Tints of Persian Pink #EC78B2

Color information

#EC78B2 (or 0xEC78B2) is unknown color: approx Persian Pink. HEX triplet: EC, 78 and B2. RGB value is (236,120,178). Sum of RGB (Red+Green+Blue) = 236+120+178=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC78B2 is #13874D. Grayscale: #A1A1A1. Windows color (decimal): -1279822 or 11696364. OLE color: 11696364.

HSL color Cylindrical-coordinate representation of color #EC78B2: hue angle of 330º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC78B2 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236120178-
CMYK00.490.250.07
HSL330º75.32%69.8%-
HSV(B)330º49.15%92.55%-
XYZ49.3434.4846.17-
YUV161.3137.43181.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.19%
GREEN value IS 120 (47.27% from 255) = 22.47%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=44.19%
G=22.47%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612017800.490.250.0733075.3269.8
HexEC78B203119714a4b46
Octal354170262061317512113106
Binary1110110011110001011001001100011100111110100101010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec78b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec78b2; }

 p { color: rgb(236,120,178); }

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

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

 a { background-color: rgb(236,120,178); }

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

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

 span { border-color: rgb(236,120,178); }

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