Html Css Color HEX #EF68AA Hot Pink

📋 copy color: '#EF68AA'

red 239 ◦ green 104 ◦ blue 170

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

Shades of Hot Pink #EF68AA

Tints of Hot Pink #EF68AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 46.59%
G = 20.27%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF68AA (or 0xEF68AA) is known color: Hot Pink. HEX triplet: EF, 68 and AA. RGB value is (239,104,170). Sum of RGB (Red+Green+Blue) = 239+104+170=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68AA is #109755. Grayscale: #979797. Windows color (decimal): -1087318 or 11167983. OLE color: 11167983.

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

Color convert

RGB 239 104 170 -
CMYK 0 0.56 0.29 0.06
HSL 330.67º 0.81% 0.67% -
HSV(B) 330.67º 0.56% 0.94% -
XYZ 47.8 31.15 41.52 -
YUV 151.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 239 104 170 0 0.56 0.29 0.06 330.67 0.81 0.67
Hex EF 68 AA 0 38 1D 6 14B 51 43
Octal 357 150 252 0 70 35 6 513 121 103
Binary 11101111 1101000 10101010 0 111000 11101 110 101001011 1010001 1000011

Color Harmonies of #EF68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68AA

Black with #EF68AA

Text Example


Text Example

White with #EF68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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