Html Css Color HEX #EF6BAA Hot Pink

📋 copy color: '#EF6BAA'

red 239 ◦ green 107 ◦ blue 170

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

Shades of Hot Pink #EF6BAA

Tints of Hot Pink #EF6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.74%

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

R = 46.32%
G = 20.74%
B = 32.95%

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

#EF6BAA (or 0xEF6BAA) is known color: Hot Pink. HEX triplet: EF, 6B and AA. RGB value is (239,107,170). Sum of RGB (Red+Green+Blue) = 239+107+170=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BAA is #109455. Grayscale: #999999. Windows color (decimal): -1086550 or 11168751. OLE color: 11168751.

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

Color convert

RGB 239 107 170 -
CMYK 0 0.55 0.29 0.06
HSL 331.36º 0.8% 0.68% -
HSV(B) 331.36º 0.55% 0.94% -
XYZ 48.11 31.77 41.63 -
YUV 153.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 239 107 170 0 0.55 0.29 0.06 331.36 0.8 0.68
Hex EF 6B AA 0 37 1D 6 14B 50 44
Octal 357 153 252 0 67 35 6 513 120 104
Binary 11101111 1101011 10101010 0 110111 11101 110 101001011 1010000 1000100

Color Harmonies of #EF6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BAA

Black with #EF6BAA

Text Example


Text Example

White with #EF6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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