Html Css Color HEX #EC6ACC Neon Pink

📋 copy color: '#EC6ACC'

red 236 ◦ green 106 ◦ blue 204

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

Shades of Neon Pink #EC6ACC

Tints of Neon Pink #EC6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.41%

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 43.22%
G = 19.41%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC6ACC (or 0xEC6ACC) is known color: Neon Pink. HEX triplet: EC, 6A and CC. RGB value is (236,106,204). Sum of RGB (Red+Green+Blue) = 236+106+204=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ACC is #139533. Grayscale: #9B9B9B. Windows color (decimal): -1283380 or 13396716. OLE color: 13396716.

HSL color Cylindrical-coordinate representation of color #EC6ACC: hue angle of 314.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6ACC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 106 204 -
CMYK 0 0.55 0.14 0.07
HSL 314.77º 0.77% 0.67% -
HSV(B) 314.77º 0.55% 0.93% -
XYZ 50.65 32.5 60.73 -
YUV 156.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 236 106 204 0 0.55 0.14 0.07 314.77 0.77 0.67
Hex EC 6A CC 0 37 E 7 13B 4D 43
Octal 354 152 314 0 67 16 7 473 115 103
Binary 11101100 1101010 11001100 0 110111 1110 111 100111011 1001101 1000011

Color Harmonies of #EC6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6ACC

Black with #EC6ACC

Text Example


Text Example

White with #EC6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6ACC; }

 p { color: rgb(236,106,204); }

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

background-color css

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

 a { background-color: rgb(236,106,204); }

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

border-color css

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

 span { border-color: rgb(236,106,204); }

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