Html Css Color HEX #EF66AB Hot Pink

📋 copy color: '#EF66AB'

red 239 ◦ green 102 ◦ blue 171

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

Shades of Hot Pink #EF66AB

Tints of Hot Pink #EF66AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 46.68%
G = 19.92%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF66AB (or 0xEF66AB) is known color: Hot Pink. HEX triplet: EF, 66 and AB. RGB value is (239,102,171). Sum of RGB (Red+Green+Blue) = 239+102+171=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66AB is #109954. Grayscale: #969696. Windows color (decimal): -1087829 or 11233007. OLE color: 11233007.

HSL color Cylindrical-coordinate representation of color #EF66AB: hue angle of 329.78º 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 #EF66AB is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 102 171 -
CMYK 0 0.57 0.28 0.06
HSL 329.78º 0.81% 0.67% -
HSV(B) 329.78º 0.57% 0.94% -
XYZ 47.7 30.79 41.96 -
YUV 150.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 239 102 171 0 0.57 0.28 0.06 329.78 0.81 0.67
Hex EF 66 AB 0 39 1C 6 14A 51 43
Octal 357 146 253 0 71 34 6 512 121 103
Binary 11101111 1100110 10101011 0 111001 11100 110 101001010 1010001 1000011

Color Harmonies of #EF66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66AB

Black with #EF66AB

Text Example


Text Example

White with #EF66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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