Html Css Color HEX #EF69A8 Hot Pink

📋 copy color: '#EF69A8'

red 239 ◦ green 105 ◦ blue 168

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

Shades of Hot Pink #EF69A8

Tints of Hot Pink #EF69A8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.51%

 BLUE value IS 168 (66.02% from 255) = 32.81%

R = 46.68%
G = 20.51%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF69A8 (or 0xEF69A8) is known color: Hot Pink. HEX triplet: EF, 69 and A8. RGB value is (239,105,168). Sum of RGB (Red+Green+Blue) = 239+105+168=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69A8 is #109657. Grayscale: #989898. Windows color (decimal): -1087064 or 11037167. OLE color: 11037167.

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

Color convert

RGB 239 105 168 -
CMYK 0 0.56 0.30 0.06
HSL 331.79º 0.81% 0.67% -
HSV(B) 331.79º 0.56% 0.94% -
XYZ 47.72 31.28 40.57 -
YUV 152.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 239 105 168 0 0.56 0.30 0.06 331.79 0.81 0.67
Hex EF 69 A8 0 38 1E 6 14C 51 43
Octal 357 151 250 0 70 36 6 514 121 103
Binary 11101111 1101001 10101000 0 111000 11110 110 101001100 1010001 1000011

Color Harmonies of #EF69A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69A8

Black with #EF69A8

Text Example


Text Example

White with #EF69A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69A8; }

 p { color: rgb(239,105,168); }

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

background-color css

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

 a { background-color: rgb(239,105,168); }

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

border-color css

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

 span { border-color: rgb(239,105,168); }

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