Html Css Color HEX #EF68AC Hot Pink

📋 copy color: '#EF68AC'

red 239 ◦ green 104 ◦ blue 172

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

Shades of Hot Pink #EF68AC

Tints of Hot Pink #EF68AC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.19%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 46.41%
G = 20.19%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF68AC (or 0xEF68AC) is known color: Hot Pink. HEX triplet: EF, 68 and AC. RGB value is (239,104,172). Sum of RGB (Red+Green+Blue) = 239+104+172=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68AC is #109753. Grayscale: #979797. Windows color (decimal): -1087316 or 11299055. OLE color: 11299055.

HSL color Cylindrical-coordinate representation of color #EF68AC: 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.56%. Process color model (Four color, CMYK) of #EF68AC is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 172 -
CMYK 0 0.56 0.28 0.06
HSL 329.78º 0.81% 0.67% -
HSV(B) 329.78º 0.56% 0.94% -
XYZ 47.99 31.23 42.53 -
YUV 152.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 239 104 172 0 0.56 0.28 0.06 329.78 0.81 0.67
Hex EF 68 AC 0 38 1C 6 14A 51 43
Octal 357 150 254 0 70 34 6 512 121 103
Binary 11101111 1101000 10101100 0 111000 11100 110 101001010 1010001 1000011

Color Harmonies of #EF68AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68AC

Black with #EF68AC

Text Example


Text Example

White with #EF68AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68AC; }

 p { color: rgb(239,104,172); }

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

background-color css

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

 a { background-color: rgb(239,104,172); }

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

border-color css

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

 span { border-color: rgb(239,104,172); }

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