Html Css Color HEX #EC64C5 Neon Pink

📋 copy color: '#EC64C5'

red 236 ◦ green 100 ◦ blue 197

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

Shades of Neon Pink #EC64C5

Tints of Neon Pink #EC64C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 44.28%
G = 18.76%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC64C5 (or 0xEC64C5) is known color: Neon Pink. HEX triplet: EC, 64 and C5. RGB value is (236,100,197). Sum of RGB (Red+Green+Blue) = 236+100+197=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64C5 is #139B3A. Grayscale: #979797. Windows color (decimal): -1284923 or 12936428. OLE color: 12936428.

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

Color convert

RGB 236 100 197 -
CMYK 0 0.58 0.17 0.07
HSL 317.21º 0.78% 0.66% -
HSV(B) 317.21º 0.58% 0.93% -
XYZ 49.23 30.98 56.21 -
YUV 151.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 236 100 197 0 0.58 0.17 0.07 317.21 0.78 0.66
Hex EC 64 C5 0 3A 11 7 13D 4E 42
Octal 354 144 305 0 72 21 7 475 116 102
Binary 11101100 1100100 11000101 0 111010 10001 111 100111101 1001110 1000010

Color Harmonies of #EC64C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64C5

Black with #EC64C5

Text Example


Text Example

White with #EC64C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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