Html Css Color HEX #EC6CBC Neon Pink

📋 copy color: '#EC6CBC'

red 236 ◦ green 108 ◦ blue 188

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

Shades of Neon Pink #EC6CBC

Tints of Neon Pink #EC6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 44.36%
G = 20.3%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC6CBC (or 0xEC6CBC) is known color: Neon Pink. HEX triplet: EC, 6C and BC. RGB value is (236,108,188). Sum of RGB (Red+Green+Blue) = 236+108+188=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CBC is #139343. Grayscale: #9B9B9B. Windows color (decimal): -1282884 or 12348652. OLE color: 12348652.

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

Color convert

RGB 236 108 188 -
CMYK 0 0.54 0.20 0.07
HSL 322.5º 0.77% 0.67% -
HSV(B) 322.5º 0.54% 0.93% -
XYZ 49.03 32.19 51.21 -
YUV 155.39 146.41 185.5 -
System Red Green Blue C M Y K H S L
Decimal 236 108 188 0 0.54 0.20 0.07 322.5 0.77 0.67
Hex EC 6C BC 0 36 14 7 142 4D 43
Octal 354 154 274 0 66 24 7 502 115 103
Binary 11101100 1101100 10111100 0 110110 10100 111 101000010 1001101 1000011

Color Harmonies of #EC6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6CBC

Black with #EC6CBC

Text Example


Text Example

White with #EC6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6CBC; }

 p { color: rgb(236,108,188); }

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

background-color css

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

 a { background-color: rgb(236,108,188); }

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

border-color css

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

 span { border-color: rgb(236,108,188); }

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