Html Css Color HEX #EC64C2 Neon Pink

📋 copy color: '#EC64C2'

red 236 ◦ green 100 ◦ blue 194

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

Shades of Neon Pink #EC64C2

Tints of Neon Pink #EC64C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 44.53%
G = 18.87%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC64C2 (or 0xEC64C2) is known color: Neon Pink. HEX triplet: EC, 64 and C2. RGB value is (236,100,194). Sum of RGB (Red+Green+Blue) = 236+100+194=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64C2 is #139B3D. Grayscale: #979797. Windows color (decimal): -1284926 or 12739820. OLE color: 12739820.

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

Color convert

RGB 236 100 194 -
CMYK 0 0.58 0.18 0.07
HSL 318.53º 0.78% 0.66% -
HSV(B) 318.53º 0.58% 0.93% -
XYZ 48.89 30.84 54.42 -
YUV 151.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 236 100 194 0 0.58 0.18 0.07 318.53 0.78 0.66
Hex EC 64 C2 0 3A 12 7 13F 4E 42
Octal 354 144 302 0 72 22 7 477 116 102
Binary 11101100 1100100 11000010 0 111010 10010 111 100111111 1001110 1000010

Color Harmonies of #EC64C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64C2

Black with #EC64C2

Text Example


Text Example

White with #EC64C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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