Html Css Color HEX #EF68B1 Hot Pink

📋 copy color: '#EF68B1'

red 239 ◦ green 104 ◦ blue 177

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

Shades of Hot Pink #EF68B1

Tints of Hot Pink #EF68B1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20%

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 45.96%
G = 20%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF68B1 (or 0xEF68B1) is known color: Hot Pink. HEX triplet: EF, 68 and B1. RGB value is (239,104,177). Sum of RGB (Red+Green+Blue) = 239+104+177=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68B1 is #10974E. Grayscale: #989898. Windows color (decimal): -1087311 or 11626735. OLE color: 11626735.

HSL color Cylindrical-coordinate representation of color #EF68B1: hue angle of 327.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68B1 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 177 -
CMYK 0 0.56 0.26 0.06
HSL 327.56º 0.81% 0.67% -
HSV(B) 327.56º 0.56% 0.94% -
XYZ 48.48 31.43 45.11 -
YUV 152.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 239 104 177 0 0.56 0.26 0.06 327.56 0.81 0.67
Hex EF 68 B1 0 38 1A 6 148 51 43
Octal 357 150 261 0 70 32 6 510 121 103
Binary 11101111 1101000 10110001 0 111000 11010 110 101001000 1010001 1000011

Color Harmonies of #EF68B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68B1

Black with #EF68B1

Text Example


Text Example

White with #EF68B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68B1; }

 p { color: rgb(239,104,177); }

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

background-color css

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

 a { background-color: rgb(239,104,177); }

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

border-color css

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

 span { border-color: rgb(239,104,177); }

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