Html Css Color HEX #EF5EBA Hot Pink

📋 copy color: '#EF5EBA'

red 239 ◦ green 94 ◦ blue 186

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

Shades of Hot Pink #EF5EBA

Tints of Hot Pink #EF5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

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

R = 46.05%
G = 18.11%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF5EBA (or 0xEF5EBA) is known color: Hot Pink. HEX triplet: EF, 5E and BA. RGB value is (239,94,186). Sum of RGB (Red+Green+Blue) = 239+94+186=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EBA is #10A145. Grayscale: #939393. Windows color (decimal): -1089862 or 12213999. OLE color: 12213999.

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

Color convert

RGB 239 94 186 -
CMYK 0 0.61 0.22 0.06
HSL 321.93º 0.82% 0.65% -
HSV(B) 321.93º 0.61% 0.94% -
XYZ 48.46 29.9 49.67 -
YUV 147.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 239 94 186 0 0.61 0.22 0.06 321.93 0.82 0.65
Hex EF 5E BA 0 3D 16 6 142 52 41
Octal 357 136 272 0 75 26 6 502 122 101
Binary 11101111 1011110 10111010 0 111101 10110 110 101000010 1010010 1000001

Color Harmonies of #EF5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EBA

Black with #EF5EBA

Text Example


Text Example

White with #EF5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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