Html Css Color HEX #EC64BC Neon Pink

📋 copy color: '#EC64BC'

red 236 ◦ green 100 ◦ blue 188

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

Shades of Neon Pink #EC64BC

Tints of Neon Pink #EC64BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.08%

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

R = 45.04%
G = 19.08%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC64BC (or 0xEC64BC) is known color: Neon Pink. HEX triplet: EC, 64 and BC. RGB value is (236,100,188). Sum of RGB (Red+Green+Blue) = 236+100+188=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64BC is #139B43. Grayscale: #969696. Windows color (decimal): -1284932 or 12346604. OLE color: 12346604.

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

Color convert

RGB 236 100 188 -
CMYK 0 0.58 0.20 0.07
HSL 321.18º 0.78% 0.66% -
HSV(B) 321.18º 0.58% 0.93% -
XYZ 48.23 30.58 50.94 -
YUV 150.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 236 100 188 0 0.58 0.20 0.07 321.18 0.78 0.66
Hex EC 64 BC 0 3A 14 7 141 4E 42
Octal 354 144 274 0 72 24 7 501 116 102
Binary 11101100 1100100 10111100 0 111010 10100 111 101000001 1001110 1000010

Color Harmonies of #EC64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64BC

Black with #EC64BC

Text Example


Text Example

White with #EC64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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