Html Css Color HEX #EF65AF Hot Pink

📋 copy color: '#EF65AF'

red 239 ◦ green 101 ◦ blue 175

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

Shades of Hot Pink #EF65AF

Tints of Hot Pink #EF65AF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.61%

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 46.41%
G = 19.61%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF65AF (or 0xEF65AF) is known color: Hot Pink. HEX triplet: EF, 65 and AF. RGB value is (239,101,175). Sum of RGB (Red+Green+Blue) = 239+101+175=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65AF is #109A50. Grayscale: #969696. Windows color (decimal): -1088081 or 11494895. OLE color: 11494895.

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

Color convert

RGB 239 101 175 -
CMYK 0 0.58 0.27 0.06
HSL 327.83º 0.81% 0.67% -
HSV(B) 327.83º 0.58% 0.94% -
XYZ 47.99 30.75 43.96 -
YUV 150.7 141.72 190.98 -
System Red Green Blue C M Y K H S L
Decimal 239 101 175 0 0.58 0.27 0.06 327.83 0.81 0.67
Hex EF 65 AF 0 3A 1B 6 148 51 43
Octal 357 145 257 0 72 33 6 510 121 103
Binary 11101111 1100101 10101111 0 111010 11011 110 101001000 1010001 1000011

Color Harmonies of #EF65AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65AF

Black with #EF65AF

Text Example


Text Example

White with #EF65AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65AF; }

 p { color: rgb(239,101,175); }

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

background-color css

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

 a { background-color: rgb(239,101,175); }

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

border-color css

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

 span { border-color: rgb(239,101,175); }

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