Html Css Color HEX #EC66C2 Neon Pink

📋 copy color: '#EC66C2'

red 236 ◦ green 102 ◦ blue 194

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

Shades of Neon Pink #EC66C2

Tints of Neon Pink #EC66C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.47%

R = 44.36%
G = 19.17%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC66C2 (or 0xEC66C2) is known color: Neon Pink. HEX triplet: EC, 66 and C2. RGB value is (236,102,194). Sum of RGB (Red+Green+Blue) = 236+102+194=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66C2 is #13993D. Grayscale: #989898. Windows color (decimal): -1284414 or 12740332. OLE color: 12740332.

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

Color convert

RGB 236 102 194 -
CMYK 0 0.57 0.18 0.07
HSL 318.81º 0.78% 0.66% -
HSV(B) 318.81º 0.57% 0.93% -
XYZ 49.08 31.23 54.48 -
YUV 152.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 236 102 194 0 0.57 0.18 0.07 318.81 0.78 0.66
Hex EC 66 C2 0 39 12 7 13F 4E 42
Octal 354 146 302 0 71 22 7 477 116 102
Binary 11101100 1100110 11000010 0 111001 10010 111 100111111 1001110 1000010

Color Harmonies of #EC66C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66C2

Black with #EC66C2

Text Example


Text Example

White with #EC66C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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