Html Css Color HEX #EC66BD Neon Pink

📋 copy color: '#EC66BD'

red 236 ◦ green 102 ◦ blue 189

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

Shades of Neon Pink #EC66BD

Tints of Neon Pink #EC66BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 44.78%
G = 19.35%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC66BD (or 0xEC66BD) is known color: Neon Pink. HEX triplet: EC, 66 and BD. RGB value is (236,102,189). Sum of RGB (Red+Green+Blue) = 236+102+189=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66BD is #139942. Grayscale: #979797. Windows color (decimal): -1284419 or 12412652. OLE color: 12412652.

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

Color convert

RGB 236 102 189 -
CMYK 0 0.57 0.20 0.07
HSL 321.04º 0.78% 0.66% -
HSV(B) 321.04º 0.57% 0.93% -
XYZ 48.53 31.01 51.57 -
YUV 151.98 148.89 187.93 -
System Red Green Blue C M Y K H S L
Decimal 236 102 189 0 0.57 0.20 0.07 321.04 0.78 0.66
Hex EC 66 BD 0 39 14 7 141 4E 42
Octal 354 146 275 0 71 24 7 501 116 102
Binary 11101100 1100110 10111101 0 111001 10100 111 101000001 1001110 1000010

Color Harmonies of #EC66BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66BD

Black with #EC66BD

Text Example


Text Example

White with #EC66BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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