Html Css Color HEX #EF6FAA Hot Pink

📋 copy color: '#EF6FAA'

red 239 ◦ green 111 ◦ blue 170

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

Shades of Hot Pink #EF6FAA

Tints of Hot Pink #EF6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

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

R = 45.96%
G = 21.35%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF6FAA (or 0xEF6FAA) is known color: Hot Pink. HEX triplet: EF, 6F and AA. RGB value is (239,111,170). Sum of RGB (Red+Green+Blue) = 239+111+170=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6FAA is #109055. Grayscale: #9B9B9B. Windows color (decimal): -1085526 or 11169775. OLE color: 11169775.

HSL color Cylindrical-coordinate representation of color #EF6FAA: hue angle of 332.34º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FAA is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 111 170 -
CMYK 0 0.54 0.29 0.06
HSL 332.34º 0.8% 0.69% -
HSV(B) 332.34º 0.54% 0.94% -
XYZ 48.54 32.62 41.77 -
YUV 156 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 239 111 170 0 0.54 0.29 0.06 332.34 0.8 0.69
Hex EF 6F AA 0 36 1D 6 14C 50 45
Octal 357 157 252 0 66 35 6 514 120 105
Binary 11101111 1101111 10101010 0 110110 11101 110 101001100 1010000 1000101

Color Harmonies of #EF6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FAA

Black with #EF6FAA

Text Example


Text Example

White with #EF6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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