Html Css Color HEX #EF5EB2 Hot Pink

📋 copy color: '#EF5EB2'

red 239 ◦ green 94 ◦ blue 178

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

Shades of Hot Pink #EF5EB2

Tints of Hot Pink #EF5EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 46.77%
G = 18.4%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF5EB2 (or 0xEF5EB2) is known color: Hot Pink. HEX triplet: EF, 5E and B2. RGB value is (239,94,178). Sum of RGB (Red+Green+Blue) = 239+94+178=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5EB2 is #10A14D. Grayscale: #929292. Windows color (decimal): -1089870 or 11689711. OLE color: 11689711.

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

Color convert

RGB 239 94 178 -
CMYK 0 0.61 0.26 0.06
HSL 325.24º 0.82% 0.65% -
HSV(B) 325.24º 0.61% 0.94% -
XYZ 47.64 29.57 45.32 -
YUV 146.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 239 94 178 0 0.61 0.26 0.06 325.24 0.82 0.65
Hex EF 5E B2 0 3D 1A 6 145 52 41
Octal 357 136 262 0 75 32 6 505 122 101
Binary 11101111 1011110 10110010 0 111101 11010 110 101000101 1010010 1000001

Color Harmonies of #EF5EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EB2

Black with #EF5EB2

Text Example


Text Example

White with #EF5EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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