Html Css Color HEX #EF68A8 Hot Pink

📋 copy color: '#EF68A8'

red 239 ◦ green 104 ◦ blue 168

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

Shades of Hot Pink #EF68A8

Tints of Hot Pink #EF68A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 46.77%
G = 20.35%
B = 32.88%

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

#EF68A8 (or 0xEF68A8) is known color: Hot Pink. HEX triplet: EF, 68 and A8. RGB value is (239,104,168). Sum of RGB (Red+Green+Blue) = 239+104+168=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68A8 is #109757. Grayscale: #979797. Windows color (decimal): -1087320 or 11036911. OLE color: 11036911.

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

Color convert

RGB 239 104 168 -
CMYK 0 0.56 0.30 0.06
HSL 331.56º 0.81% 0.67% -
HSV(B) 331.56º 0.56% 0.94% -
XYZ 47.61 31.08 40.53 -
YUV 151.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 239 104 168 0 0.56 0.30 0.06 331.56 0.81 0.67
Hex EF 68 A8 0 38 1E 6 14C 51 43
Octal 357 150 250 0 70 36 6 514 121 103
Binary 11101111 1101000 10101000 0 111000 11110 110 101001100 1010001 1000011

Color Harmonies of #EF68A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68A8

Black with #EF68A8

Text Example


Text Example

White with #EF68A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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