Html Css Color HEX #EC66B4 Hot Pink

📋 copy color: '#EC66B4'

red 236 ◦ green 102 ◦ blue 180

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

Shades of Hot Pink #EC66B4

Tints of Hot Pink #EC66B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.69%

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 45.56%
G = 19.69%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC66B4 (or 0xEC66B4) is known color: Hot Pink. HEX triplet: EC, 66 and B4. RGB value is (236,102,180). Sum of RGB (Red+Green+Blue) = 236+102+180=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66B4 is #13994B. Grayscale: #969696. Windows color (decimal): -1284428 or 11822828. OLE color: 11822828.

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

Color convert

RGB 236 102 180 -
CMYK 0 0.57 0.24 0.07
HSL 325.07º 0.78% 0.66% -
HSV(B) 325.07º 0.57% 0.93% -
XYZ 47.58 30.63 46.58 -
YUV 150.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 236 102 180 0 0.57 0.24 0.07 325.07 0.78 0.66
Hex EC 66 B4 0 39 18 7 145 4E 42
Octal 354 146 264 0 71 30 7 505 116 102
Binary 11101100 1100110 10110100 0 111001 11000 111 101000101 1001110 1000010

Color Harmonies of #EC66B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66B4

Black with #EC66B4

Text Example


Text Example

White with #EC66B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66B4; }

 p { color: rgb(236,102,180); }

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

background-color css

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

 a { background-color: rgb(236,102,180); }

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

border-color css

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

 span { border-color: rgb(236,102,180); }

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