Html Css Color HEX #EC64B0 Hot Pink

📋 copy color: '#EC64B0'

red 236 ◦ green 100 ◦ blue 176

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

Shades of Hot Pink #EC64B0

Tints of Hot Pink #EC64B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 46.09%
G = 19.53%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC64B0 (or 0xEC64B0) is known color: Hot Pink. HEX triplet: EC, 64 and B0. RGB value is (236,100,176). Sum of RGB (Red+Green+Blue) = 236+100+176=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC64B0 is #139B4F. Grayscale: #959595. Windows color (decimal): -1284944 or 11560172. OLE color: 11560172.

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

Color convert

RGB 236 100 176 -
CMYK 0 0.58 0.25 0.07
HSL 326.47º 0.78% 0.66% -
HSV(B) 326.47º 0.58% 0.93% -
XYZ 46.99 30.08 44.4 -
YUV 149.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 236 100 176 0 0.58 0.25 0.07 326.47 0.78 0.66
Hex EC 64 B0 0 3A 19 7 146 4E 42
Octal 354 144 260 0 72 31 7 506 116 102
Binary 11101100 1100100 10110000 0 111010 11001 111 101000110 1001110 1000010

Color Harmonies of #EC64B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64B0

Black with #EC64B0

Text Example


Text Example

White with #EC64B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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