Html Css Color HEX #EF6BBA Hot Pink

📋 copy color: '#EF6BBA'

red 239 ◦ green 107 ◦ blue 186

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

Shades of Hot Pink #EF6BBA

Tints of Hot Pink #EF6BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 44.92%
G = 20.11%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF6BBA (or 0xEF6BBA) is known color: Hot Pink. HEX triplet: EF, 6B and BA. RGB value is (239,107,186). Sum of RGB (Red+Green+Blue) = 239+107+186=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BBA is #109445. Grayscale: #9B9B9B. Windows color (decimal): -1086534 or 12217327. OLE color: 12217327.

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

Color convert

RGB 239 107 186 -
CMYK 0 0.55 0.22 0.06
HSL 324.09º 0.8% 0.68% -
HSV(B) 324.09º 0.55% 0.94% -
XYZ 49.72 32.41 50.09 -
YUV 155.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 239 107 186 0 0.55 0.22 0.06 324.09 0.8 0.68
Hex EF 6B BA 0 37 16 6 144 50 44
Octal 357 153 272 0 67 26 6 504 120 104
Binary 11101111 1101011 10111010 0 110111 10110 110 101000100 1010000 1000100

Color Harmonies of #EF6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BBA

Black with #EF6BBA

Text Example


Text Example

White with #EF6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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