Html Css Color HEX #EC66BE Neon Pink

📋 copy color: '#EC66BE'

red 236 ◦ green 102 ◦ blue 190

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

Shades of Neon Pink #EC66BE

Tints of Neon Pink #EC66BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.32%

 BLUE value IS 190 (74.61% from 255) = 35.98%

R = 44.7%
G = 19.32%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC66BE (or 0xEC66BE) is known color: Neon Pink. HEX triplet: EC, 66 and BE. RGB value is (236,102,190). Sum of RGB (Red+Green+Blue) = 236+102+190=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66BE is #139941. Grayscale: #979797. Windows color (decimal): -1284418 or 12478188. OLE color: 12478188.

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

Color convert

RGB 236 102 190 -
CMYK 0 0.57 0.19 0.07
HSL 320.6º 0.78% 0.66% -
HSV(B) 320.6º 0.57% 0.93% -
XYZ 48.64 31.05 52.15 -
YUV 152.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 236 102 190 0 0.57 0.19 0.07 320.6 0.78 0.66
Hex EC 66 BE 0 39 13 7 141 4E 42
Octal 354 146 276 0 71 23 7 501 116 102
Binary 11101100 1100110 10111110 0 111001 10011 111 101000001 1001110 1000010

Color Harmonies of #EC66BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66BE

Black with #EC66BE

Text Example


Text Example

White with #EC66BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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