Html Css Color HEX #EC78D0 Neon Pink

📋 copy color: '#EC78D0'

red 236 ◦ green 120 ◦ blue 208

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

Shades of Neon Pink #EC78D0

Tints of Neon Pink #EC78D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 41.84%
G = 21.28%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC78D0 (or 0xEC78D0) is known color: Neon Pink. HEX triplet: EC, 78 and D0. RGB value is (236,120,208). Sum of RGB (Red+Green+Blue) = 236+120+208=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78D0 is #13872F. Grayscale: #A4A4A4. Windows color (decimal): -1279792 or 13662444. OLE color: 13662444.

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

Color convert

RGB 236 120 208 -
CMYK 0 0.49 0.12 0.07
HSL 314.48º 0.75% 0.7% -
HSV(B) 314.48º 0.49% 0.93% -
XYZ 52.69 35.82 63.81 -
YUV 164.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 236 120 208 0 0.49 0.12 0.07 314.48 0.75 0.7
Hex EC 78 D0 0 31 C 7 13A 4B 46
Octal 354 170 320 0 61 14 7 472 113 106
Binary 11101100 1111000 11010000 0 110001 1100 111 100111010 1001011 1000110

Color Harmonies of #EC78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78D0

Black with #EC78D0

Text Example


Text Example

White with #EC78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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