Html Css Color HEX #EF60B2 Hot Pink

📋 copy color: '#EF60B2'

red 239 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #EF60B2

Tints of Hot Pink #EF60B2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.71%

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

R = 46.59%
G = 18.71%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF60B2 (or 0xEF60B2) is known color: Hot Pink. HEX triplet: EF, 60 and B2. RGB value is (239,96,178). Sum of RGB (Red+Green+Blue) = 239+96+178=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60B2 is #109F4D. Grayscale: #939393. Windows color (decimal): -1089358 or 11690223. OLE color: 11690223.

HSL color Cylindrical-coordinate representation of color #EF60B2: hue angle of 325.59º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60B2 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 178 -
CMYK 0 0.60 0.26 0.06
HSL 325.59º 0.82% 0.66% -
HSV(B) 325.59º 0.6% 0.94% -
XYZ 47.82 29.93 45.38 -
YUV 148.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 239 96 178 0 0.60 0.26 0.06 325.59 0.82 0.66
Hex EF 60 B2 0 3C 1A 6 146 52 42
Octal 357 140 262 0 74 32 6 506 122 102
Binary 11101111 1100000 10110010 0 111100 11010 110 101000110 1010010 1000010

Color Harmonies of #EF60B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60B2

Black with #EF60B2

Text Example


Text Example

White with #EF60B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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