Html Css Color HEX #EC6AC0 Neon Pink

📋 copy color: '#EC6AC0'

red 236 ◦ green 106 ◦ blue 192

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

Shades of Neon Pink #EC6AC0

Tints of Neon Pink #EC6AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 44.19%
G = 19.85%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC6AC0 (or 0xEC6AC0) is known color: Neon Pink. HEX triplet: EC, 6A and C0. RGB value is (236,106,192). Sum of RGB (Red+Green+Blue) = 236+106+192=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6AC0 is #13953F. Grayscale: #9A9A9A. Windows color (decimal): -1283392 or 12610284. OLE color: 12610284.

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

Color convert

RGB 236 106 192 -
CMYK 0 0.55 0.19 0.07
HSL 320.31º 0.77% 0.67% -
HSV(B) 320.31º 0.55% 0.93% -
XYZ 49.26 31.95 53.44 -
YUV 154.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 236 106 192 0 0.55 0.19 0.07 320.31 0.77 0.67
Hex EC 6A C0 0 37 13 7 140 4D 43
Octal 354 152 300 0 67 23 7 500 115 103
Binary 11101100 1101010 11000000 0 110111 10011 111 101000000 1001101 1000011

Color Harmonies of #EC6AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AC0

Black with #EC6AC0

Text Example


Text Example

White with #EC6AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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