Html Css Color HEX #EC6ABD Neon Pink

📋 copy color: '#EC6ABD'

red 236 ◦ green 106 ◦ blue 189

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

Shades of Neon Pink #EC6ABD

Tints of Neon Pink #EC6ABD

RGB

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

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

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

R = 44.44%
G = 19.96%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC6ABD (or 0xEC6ABD) is known color: Neon Pink. HEX triplet: EC, 6A and BD. RGB value is (236,106,189). Sum of RGB (Red+Green+Blue) = 236+106+189=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ABD is #139542. Grayscale: #9A9A9A. Windows color (decimal): -1283395 or 12413676. OLE color: 12413676.

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

Color convert

RGB 236 106 189 -
CMYK 0 0.55 0.20 0.07
HSL 321.69º 0.77% 0.67% -
HSV(B) 321.69º 0.55% 0.93% -
XYZ 48.93 31.82 51.71 -
YUV 154.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 236 106 189 0 0.55 0.20 0.07 321.69 0.77 0.67
Hex EC 6A BD 0 37 14 7 142 4D 43
Octal 354 152 275 0 67 24 7 502 115 103
Binary 11101100 1101010 10111101 0 110111 10100 111 101000010 1001101 1000011

Color Harmonies of #EC6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6ABD

Black with #EC6ABD

Text Example


Text Example

White with #EC6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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