Html Css Color HEX #EF6AAA Hot Pink

📋 copy color: '#EF6AAA'

red 239 ◦ green 106 ◦ blue 170

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

Shades of Hot Pink #EF6AAA

Tints of Hot Pink #EF6AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.58%

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

R = 46.41%
G = 20.58%
B = 33.01%

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

#EF6AAA (or 0xEF6AAA) is known color: Hot Pink. HEX triplet: EF, 6A and AA. RGB value is (239,106,170). Sum of RGB (Red+Green+Blue) = 239+106+170=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6AAA is #109555. Grayscale: #989898. Windows color (decimal): -1086806 or 11168495. OLE color: 11168495.

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

Color convert

RGB 239 106 170 -
CMYK 0 0.56 0.29 0.06
HSL 331.13º 0.81% 0.68% -
HSV(B) 331.13º 0.56% 0.94% -
XYZ 48.01 31.56 41.59 -
YUV 153.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 239 106 170 0 0.56 0.29 0.06 331.13 0.81 0.68
Hex EF 6A AA 0 38 1D 6 14B 51 44
Octal 357 152 252 0 70 35 6 513 121 104
Binary 11101111 1101010 10101010 0 111000 11101 110 101001011 1010001 1000100

Color Harmonies of #EF6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AAA

Black with #EF6AAA

Text Example


Text Example

White with #EF6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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