Html Css Color HEX #EF68AE Hot Pink

📋 copy color: '#EF68AE'

red 239 ◦ green 104 ◦ blue 174

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

Shades of Hot Pink #EF68AE

Tints of Hot Pink #EF68AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.66%

R = 46.23%
G = 20.12%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF68AE (or 0xEF68AE) is known color: Hot Pink. HEX triplet: EF, 68 and AE. RGB value is (239,104,174). Sum of RGB (Red+Green+Blue) = 239+104+174=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68AE is #109751. Grayscale: #989898. Windows color (decimal): -1087314 or 11430127. OLE color: 11430127.

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

Color convert

RGB 239 104 174 -
CMYK 0 0.56 0.27 0.06
HSL 328.89º 0.81% 0.67% -
HSV(B) 328.89º 0.56% 0.94% -
XYZ 48.19 31.31 43.55 -
YUV 152.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 239 104 174 0 0.56 0.27 0.06 328.89 0.81 0.67
Hex EF 68 AE 0 38 1B 6 149 51 43
Octal 357 150 256 0 70 33 6 511 121 103
Binary 11101111 1101000 10101110 0 111000 11011 110 101001001 1010001 1000011

Color Harmonies of #EF68AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68AE

Black with #EF68AE

Text Example


Text Example

White with #EF68AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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