Html Css Color HEX #EF5DAE Hot Pink

📋 copy color: '#EF5DAE'

red 239 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #EF5DAE

Tints of Hot Pink #EF5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.38%

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

R = 47.23%
G = 18.38%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF5DAE (or 0xEF5DAE) is known color: Hot Pink. HEX triplet: EF, 5D and AE. RGB value is (239,93,174). Sum of RGB (Red+Green+Blue) = 239+93+174=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5DAE is #10A251. Grayscale: #919191. Windows color (decimal): -1090130 or 11427311. OLE color: 11427311.

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

Color convert

RGB 239 93 174 -
CMYK 0 0.61 0.27 0.06
HSL 326.71º 0.82% 0.65% -
HSV(B) 326.71º 0.61% 0.94% -
XYZ 47.15 29.24 43.2 -
YUV 145.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 239 93 174 0 0.61 0.27 0.06 326.71 0.82 0.65
Hex EF 5D AE 0 3D 1B 6 147 52 41
Octal 357 135 256 0 75 33 6 507 122 101
Binary 11101111 1011101 10101110 0 111101 11011 110 101000111 1010010 1000001

Color Harmonies of #EF5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DAE

Black with #EF5DAE

Text Example


Text Example

White with #EF5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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