Html Css Color HEX #EC64B1 Hot Pink

📋 copy color: '#EC64B1'

red 236 ◦ green 100 ◦ blue 177

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

Shades of Hot Pink #EC64B1

Tints of Hot Pink #EC64B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 46%
G = 19.49%
B = 34.5%

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

#EC64B1 (or 0xEC64B1) is known color: Hot Pink. HEX triplet: EC, 64 and B1. RGB value is (236,100,177). Sum of RGB (Red+Green+Blue) = 236+100+177=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC64B1 is #139B4E. Grayscale: #959595. Windows color (decimal): -1284943 or 11625708. OLE color: 11625708.

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

Color convert

RGB 236 100 177 -
CMYK 0 0.58 0.25 0.07
HSL 326.03º 0.78% 0.66% -
HSV(B) 326.03º 0.58% 0.93% -
XYZ 47.09 30.12 44.93 -
YUV 149.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 236 100 177 0 0.58 0.25 0.07 326.03 0.78 0.66
Hex EC 64 B1 0 3A 19 7 146 4E 42
Octal 354 144 261 0 72 31 7 506 116 102
Binary 11101100 1100100 10110001 0 111010 11001 111 101000110 1001110 1000010

Color Harmonies of #EC64B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64B1

Black with #EC64B1

Text Example


Text Example

White with #EC64B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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