Html Css Color HEX #EF6BAE Hot Pink

📋 copy color: '#EF6BAE'

red 239 ◦ green 107 ◦ blue 174

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

Shades of Hot Pink #EF6BAE

Tints of Hot Pink #EF6BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.46%

R = 45.96%
G = 20.58%
B = 33.46%

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

#EF6BAE (or 0xEF6BAE) is known color: Hot Pink. HEX triplet: EF, 6B and AE. RGB value is (239,107,174). Sum of RGB (Red+Green+Blue) = 239+107+174=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6BAE is #109451. Grayscale: #999999. Windows color (decimal): -1086546 or 11430895. OLE color: 11430895.

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

Color convert

RGB 239 107 174 -
CMYK 0 0.55 0.27 0.06
HSL 329.55º 0.8% 0.68% -
HSV(B) 329.55º 0.55% 0.94% -
XYZ 48.49 31.92 43.65 -
YUV 154.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 239 107 174 0 0.55 0.27 0.06 329.55 0.8 0.68
Hex EF 6B AE 0 37 1B 6 14A 50 44
Octal 357 153 256 0 67 33 6 512 120 104
Binary 11101111 1101011 10101110 0 110111 11011 110 101001010 1010000 1000100

Color Harmonies of #EF6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BAE

Black with #EF6BAE

Text Example


Text Example

White with #EF6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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