Html Css Color HEX #EF6CAA Hot Pink

📋 copy color: '#EF6CAA'

red 239 ◦ green 108 ◦ blue 170

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

Shades of Hot Pink #EF6CAA

Tints of Hot Pink #EF6CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.89%

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

R = 46.23%
G = 20.89%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF6CAA (or 0xEF6CAA) is known color: Hot Pink. HEX triplet: EF, 6C and AA. RGB value is (239,108,170). Sum of RGB (Red+Green+Blue) = 239+108+170=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6CAA is #109355. Grayscale: #9A9A9A. Windows color (decimal): -1086294 or 11169007. OLE color: 11169007.

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

Color convert

RGB 239 108 170 -
CMYK 0 0.55 0.29 0.06
HSL 331.6º 0.8% 0.68% -
HSV(B) 331.6º 0.55% 0.94% -
XYZ 48.21 31.98 41.66 -
YUV 154.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 239 108 170 0 0.55 0.29 0.06 331.6 0.8 0.68
Hex EF 6C AA 0 37 1D 6 14C 50 44
Octal 357 154 252 0 67 35 6 514 120 104
Binary 11101111 1101100 10101010 0 110111 11101 110 101001100 1010000 1000100

Color Harmonies of #EF6CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CAA

Black with #EF6CAA

Text Example


Text Example

White with #EF6CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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