Html Css Color HEX #EF6BAF Hot Pink

📋 copy color: '#EF6BAF'

red 239 ◦ green 107 ◦ blue 175

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

Shades of Hot Pink #EF6BAF

Tints of Hot Pink #EF6BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 45.87%
G = 20.54%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF6BAF (or 0xEF6BAF) is known color: Hot Pink. HEX triplet: EF, 6B and AF. RGB value is (239,107,175). Sum of RGB (Red+Green+Blue) = 239+107+175=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BAF is #109450. Grayscale: #9A9A9A. Windows color (decimal): -1086545 or 11496431. OLE color: 11496431.

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

Color convert

RGB 239 107 175 -
CMYK 0 0.55 0.27 0.06
HSL 329.09º 0.8% 0.68% -
HSV(B) 329.09º 0.55% 0.94% -
XYZ 48.59 31.96 44.17 -
YUV 154.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 239 107 175 0 0.55 0.27 0.06 329.09 0.8 0.68
Hex EF 6B AF 0 37 1B 6 149 50 44
Octal 357 153 257 0 67 33 6 511 120 104
Binary 11101111 1101011 10101111 0 110111 11011 110 101001001 1010000 1000100

Color Harmonies of #EF6BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BAF

Black with #EF6BAF

Text Example


Text Example

White with #EF6BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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