Html Css Color HEX #EC78C0 Persian Pink

📋 copy color: '#EC78C0'

red 236 ◦ green 120 ◦ blue 192

#EC78C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #EC78C0

Tints of Persian Pink #EC78C0

RGB

 RED value IS 236 (92.58% from 255) = 43.07%

 GREEN value IS 120 (47.27% from 255) = 21.9%

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 43.07%
G = 21.9%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC78C0 (or 0xEC78C0) is known color: Persian Pink. HEX triplet: EC, 78 and C0. RGB value is (236,120,192). Sum of RGB (Red+Green+Blue) = 236+120+192=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78C0 is #13873F. Grayscale: #A2A2A2. Windows color (decimal): -1279808 or 12613868. OLE color: 12613868.

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

Color convert

RGB 236 120 192 -
CMYK 0 0.49 0.19 0.07
HSL 322.76º 0.75% 0.7% -
HSV(B) 322.76º 0.49% 0.93% -
XYZ 50.82 35.07 53.96 -
YUV 162.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 236 120 192 0 0.49 0.19 0.07 322.76 0.75 0.7
Hex EC 78 C0 0 31 13 7 143 4B 46
Octal 354 170 300 0 61 23 7 503 113 106
Binary 11101100 1111000 11000000 0 110001 10011 111 101000011 1001011 1000110

Color Harmonies of #EC78C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78C0

Black with #EC78C0

Text Example


Text Example

White with #EC78C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78C0; }

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

 H1.HeaderClassName
 {
   color: #EC78C0;
 }
 .AnyTagClassName
 {
   color: #EC78C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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