Html Css Color HEX #EF5ABA Hot Pink

📋 copy color: '#EF5ABA'

red 239 ◦ green 90 ◦ blue 186

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

Shades of Hot Pink #EF5ABA

Tints of Hot Pink #EF5ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.48%

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

R = 46.41%
G = 17.48%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF5ABA (or 0xEF5ABA) is known color: Hot Pink. HEX triplet: EF, 5A and BA. RGB value is (239,90,186). Sum of RGB (Red+Green+Blue) = 239+90+186=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ABA is #10A545. Grayscale: #919191. Windows color (decimal): -1090886 or 12212975. OLE color: 12212975.

HSL color Cylindrical-coordinate representation of color #EF5ABA: hue angle of 321.34º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5ABA is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 90 186 -
CMYK 0 0.62 0.22 0.06
HSL 321.34º 0.82% 0.65% -
HSV(B) 321.34º 0.62% 0.94% -
XYZ 48.12 29.21 49.56 -
YUV 145.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 239 90 186 0 0.62 0.22 0.06 321.34 0.82 0.65
Hex EF 5A BA 0 3E 16 6 141 52 41
Octal 357 132 272 0 76 26 6 501 122 101
Binary 11101111 1011010 10111010 0 111110 10110 110 101000001 1010010 1000001

Color Harmonies of #EF5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5ABA

Black with #EF5ABA

Text Example


Text Example

White with #EF5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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