Html Css Color HEX #EF6BA8 Hot Pink

📋 copy color: '#EF6BA8'

red 239 ◦ green 107 ◦ blue 168

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

Shades of Hot Pink #EF6BA8

Tints of Hot Pink #EF6BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.68%

R = 46.5%
G = 20.82%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF6BA8 (or 0xEF6BA8) is known color: Hot Pink. HEX triplet: EF, 6B and A8. RGB value is (239,107,168). Sum of RGB (Red+Green+Blue) = 239+107+168=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BA8 is #109457. Grayscale: #999999. Windows color (decimal): -1086552 or 11037679. OLE color: 11037679.

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

Color convert

RGB 239 107 168 -
CMYK 0 0.55 0.30 0.06
HSL 332.27º 0.8% 0.68% -
HSV(B) 332.27º 0.55% 0.94% -
XYZ 47.92 31.69 40.64 -
YUV 153.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 239 107 168 0 0.55 0.30 0.06 332.27 0.8 0.68
Hex EF 6B A8 0 37 1E 6 14C 50 44
Octal 357 153 250 0 67 36 6 514 120 104
Binary 11101111 1101011 10101000 0 110111 11110 110 101001100 1010000 1000100

Color Harmonies of #EF6BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BA8

Black with #EF6BA8

Text Example


Text Example

White with #EF6BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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