Html Css Color HEX #EF6DA5 Hot Pink

📋 copy color: '#EF6DA5'

red 239 ◦ green 109 ◦ blue 165

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

Shades of Hot Pink #EF6DA5

Tints of Hot Pink #EF6DA5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 46.59%
G = 21.25%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF6DA5 (or 0xEF6DA5) is known color: Hot Pink. HEX triplet: EF, 6D and A5. RGB value is (239,109,165). Sum of RGB (Red+Green+Blue) = 239+109+165=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6DA5 is #10925A. Grayscale: #9A9A9A. Windows color (decimal): -1086043 or 10841583. OLE color: 10841583.

HSL color Cylindrical-coordinate representation of color #EF6DA5: hue angle of 334.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6DA5 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 109 165 -
CMYK 0 0.54 0.31 0.06
HSL 334.15º 0.8% 0.68% -
HSV(B) 334.15º 0.54% 0.94% -
XYZ 47.86 32 39.25 -
YUV 154.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 239 109 165 0 0.54 0.31 0.06 334.15 0.8 0.68
Hex EF 6D A5 0 36 1F 6 14E 50 44
Octal 357 155 245 0 66 37 6 516 120 104
Binary 11101111 1101101 10100101 0 110110 11111 110 101001110 1010000 1000100

Color Harmonies of #EF6DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DA5

Black with #EF6DA5

Text Example


Text Example

White with #EF6DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DA5; }

 p { color: rgb(239,109,165); }

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

background-color css

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

 a { background-color: rgb(239,109,165); }

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

border-color css

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

 span { border-color: rgb(239,109,165); }

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