Html Css Color HEX #EF69A1 Hot Pink

📋 copy color: '#EF69A1'

red 239 ◦ green 105 ◦ blue 161

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

Shades of Hot Pink #EF69A1

Tints of Hot Pink #EF69A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.88%

R = 47.33%
G = 20.79%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF69A1 (or 0xEF69A1) is known color: Hot Pink. HEX triplet: EF, 69 and A1. RGB value is (239,105,161). Sum of RGB (Red+Green+Blue) = 239+105+161=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69A1 is #10965E. Grayscale: #979797. Windows color (decimal): -1087071 or 10578415. OLE color: 10578415.

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

Color convert

RGB 239 105 161 -
CMYK 0 0.56 0.33 0.06
HSL 334.93º 0.81% 0.67% -
HSV(B) 334.93º 0.56% 0.94% -
XYZ 47.08 31.03 37.23 -
YUV 151.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 239 105 161 0 0.56 0.33 0.06 334.93 0.81 0.67
Hex EF 69 A1 0 38 21 6 14F 51 43
Octal 357 151 241 0 70 41 6 517 121 103
Binary 11101111 1101001 10100001 0 111000 100001 110 101001111 1010001 1000011

Color Harmonies of #EF69A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69A1

Black with #EF69A1

Text Example


Text Example

White with #EF69A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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