Html Css Color HEX #EF68A7 Hot Pink

📋 copy color: '#EF68A7'

red 239 ◦ green 104 ◦ blue 167

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

Shades of Hot Pink #EF68A7

Tints of Hot Pink #EF68A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.75%

R = 46.86%
G = 20.39%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF68A7 (or 0xEF68A7) is known color: Hot Pink. HEX triplet: EF, 68 and A7. RGB value is (239,104,167). Sum of RGB (Red+Green+Blue) = 239+104+167=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68A7 is #109758. Grayscale: #979797. Windows color (decimal): -1087321 or 10971375. OLE color: 10971375.

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

Color convert

RGB 239 104 167 -
CMYK 0 0.56 0.30 0.06
HSL 332º 0.81% 0.67% -
HSV(B) 332º 0.56% 0.94% -
XYZ 47.52 31.04 40.05 -
YUV 151.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 239 104 167 0 0.56 0.30 0.06 332 0.81 0.67
Hex EF 68 A7 0 38 1E 6 14C 51 43
Octal 357 150 247 0 70 36 6 514 121 103
Binary 11101111 1101000 10100111 0 111000 11110 110 101001100 1010001 1000011

Color Harmonies of #EF68A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68A7

Black with #EF68A7

Text Example


Text Example

White with #EF68A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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