Html Css Color HEX #EF68B7 Hot Pink

📋 copy color: '#EF68B7'

red 239 ◦ green 104 ◦ blue 183

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

Shades of Hot Pink #EF68B7

Tints of Hot Pink #EF68B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.79%

R = 45.44%
G = 19.77%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF68B7 (or 0xEF68B7) is known color: Hot Pink. HEX triplet: EF, 68 and B7. RGB value is (239,104,183). Sum of RGB (Red+Green+Blue) = 239+104+183=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68B7 is #109748. Grayscale: #999999. Windows color (decimal): -1087305 or 12019951. OLE color: 12019951.

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

Color convert

RGB 239 104 183 -
CMYK 0 0.56 0.23 0.06
HSL 324.89º 0.81% 0.67% -
HSV(B) 324.89º 0.56% 0.94% -
XYZ 49.09 31.67 48.33 -
YUV 153.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 239 104 183 0 0.56 0.23 0.06 324.89 0.81 0.67
Hex EF 68 B7 0 38 17 6 145 51 43
Octal 357 150 267 0 70 27 6 505 121 103
Binary 11101111 1101000 10110111 0 111000 10111 110 101000101 1010001 1000011

Color Harmonies of #EF68B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68B7

Black with #EF68B7

Text Example


Text Example

White with #EF68B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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