Html Css Color HEX #EC79D0 Neon Pink

📋 copy color: '#EC79D0'

red 236 ◦ green 121 ◦ blue 208

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

Shades of Neon Pink #EC79D0

Tints of Neon Pink #EC79D0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.42%

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

R = 41.77%
G = 21.42%
B = 36.81%

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

#EC79D0 (or 0xEC79D0) is known color: Neon Pink. HEX triplet: EC, 79 and D0. RGB value is (236,121,208). Sum of RGB (Red+Green+Blue) = 236+121+208=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79D0 is #13862F. Grayscale: #A5A5A5. Windows color (decimal): -1279536 or 13662700. OLE color: 13662700.

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

Color convert

RGB 236 121 208 -
CMYK 0 0.49 0.12 0.07
HSL 314.61º 0.75% 0.7% -
HSV(B) 314.61º 0.49% 0.93% -
XYZ 52.81 36.06 63.85 -
YUV 165.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 236 121 208 0 0.49 0.12 0.07 314.61 0.75 0.7
Hex EC 79 D0 0 31 C 7 13B 4B 46
Octal 354 171 320 0 61 14 7 473 113 106
Binary 11101100 1111001 11010000 0 110001 1100 111 100111011 1001011 1000110

Color Harmonies of #EC79D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC79D0

Black with #EC79D0

Text Example


Text Example

White with #EC79D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC79D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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