Html Css Color HEX #EF66AF Hot Pink

📋 copy color: '#EF66AF'

red 239 ◦ green 102 ◦ blue 175

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

Shades of Hot Pink #EF66AF

Tints of Hot Pink #EF66AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 46.32%
G = 19.77%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF66AF (or 0xEF66AF) is known color: Hot Pink. HEX triplet: EF, 66 and AF. RGB value is (239,102,175). Sum of RGB (Red+Green+Blue) = 239+102+175=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66AF is #109950. Grayscale: #979797. Windows color (decimal): -1087825 or 11495151. OLE color: 11495151.

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

Color convert

RGB 239 102 175 -
CMYK 0 0.57 0.27 0.06
HSL 328.03º 0.81% 0.67% -
HSV(B) 328.03º 0.57% 0.94% -
XYZ 48.09 30.95 44 -
YUV 151.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 239 102 175 0 0.57 0.27 0.06 328.03 0.81 0.67
Hex EF 66 AF 0 39 1B 6 148 51 43
Octal 357 146 257 0 71 33 6 510 121 103
Binary 11101111 1100110 10101111 0 111001 11011 110 101001000 1010001 1000011

Color Harmonies of #EF66AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66AF

Black with #EF66AF

Text Example


Text Example

White with #EF66AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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