Html Css Color HEX #EF5CBA Hot Pink

📋 copy color: '#EF5CBA'

red 239 ◦ green 92 ◦ blue 186

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

Shades of Hot Pink #EF5CBA

Tints of Hot Pink #EF5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.79%

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

R = 46.23%
G = 17.79%
B = 35.98%

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

#EF5CBA (or 0xEF5CBA) is known color: Hot Pink. HEX triplet: EF, 5C and BA. RGB value is (239,92,186). Sum of RGB (Red+Green+Blue) = 239+92+186=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CBA is #10A345. Grayscale: #929292. Windows color (decimal): -1090374 or 12213487. OLE color: 12213487.

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

Color convert

RGB 239 92 186 -
CMYK 0 0.62 0.22 0.06
HSL 321.63º 0.82% 0.65% -
HSV(B) 321.63º 0.62% 0.94% -
XYZ 48.29 29.55 49.61 -
YUV 146.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 239 92 186 0 0.62 0.22 0.06 321.63 0.82 0.65
Hex EF 5C BA 0 3E 16 6 142 52 41
Octal 357 134 272 0 76 26 6 502 122 101
Binary 11101111 1011100 10111010 0 111110 10110 110 101000010 1010010 1000001

Color Harmonies of #EF5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CBA

Black with #EF5CBA

Text Example


Text Example

White with #EF5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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