Html Css Color HEX #EF66B0 Hot Pink

📋 copy color: '#EF66B0'

red 239 ◦ green 102 ◦ blue 176

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

Shades of Hot Pink #EF66B0

Tints of Hot Pink #EF66B0

RGB

 RED value IS 239 (93.75% from 255) = 46.23%

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

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

R = 46.23%
G = 19.73%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF66B0 (or 0xEF66B0) is known color: Hot Pink. HEX triplet: EF, 66 and B0. RGB value is (239,102,176). Sum of RGB (Red+Green+Blue) = 239+102+176=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66B0 is #10994F. Grayscale: #979797. Windows color (decimal): -1087824 or 11560687. OLE color: 11560687.

HSL color Cylindrical-coordinate representation of color #EF66B0: hue angle of 327.59º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66B0 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 102 176 -
CMYK 0 0.57 0.26 0.06
HSL 327.59º 0.81% 0.67% -
HSV(B) 327.59º 0.57% 0.94% -
XYZ 48.18 30.99 44.52 -
YUV 151.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 239 102 176 0 0.57 0.26 0.06 327.59 0.81 0.67
Hex EF 66 B0 0 39 1A 6 148 51 43
Octal 357 146 260 0 71 32 6 510 121 103
Binary 11101111 1100110 10110000 0 111001 11010 110 101001000 1010001 1000011

Color Harmonies of #EF66B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66B0

Black with #EF66B0

Text Example


Text Example

White with #EF66B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66B0; }

 p { color: rgb(239,102,176); }

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

background-color css

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

 a { background-color: rgb(239,102,176); }

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

border-color css

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

 span { border-color: rgb(239,102,176); }

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