Html Css Color HEX #EF5BBA Hot Pink

📋 copy color: '#EF5BBA'

red 239 ◦ green 91 ◦ blue 186

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

Shades of Hot Pink #EF5BBA

Tints of Hot Pink #EF5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.64%

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

R = 46.32%
G = 17.64%
B = 36.05%

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

#EF5BBA (or 0xEF5BBA) is known color: Hot Pink. HEX triplet: EF, 5B and BA. RGB value is (239,91,186). Sum of RGB (Red+Green+Blue) = 239+91+186=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BBA is #10A445. Grayscale: #919191. Windows color (decimal): -1090630 or 12213231. OLE color: 12213231.

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

Color convert

RGB 239 91 186 -
CMYK 0 0.62 0.22 0.06
HSL 321.49º 0.82% 0.65% -
HSV(B) 321.49º 0.62% 0.94% -
XYZ 48.2 29.38 49.58 -
YUV 146.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 239 91 186 0 0.62 0.22 0.06 321.49 0.82 0.65
Hex EF 5B BA 0 3E 16 6 141 52 41
Octal 357 133 272 0 76 26 6 501 122 101
Binary 11101111 1011011 10111010 0 111110 10110 110 101000001 1010010 1000001

Color Harmonies of #EF5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5BBA

Black with #EF5BBA

Text Example


Text Example

White with #EF5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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