Html Css Color HEX #EF5E8A Dark Pink

📋 copy color: '#EF5E8A'

red 239 ◦ green 94 ◦ blue 138

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

Shades of Dark Pink #EF5E8A

Tints of Dark Pink #EF5E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.96%

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 50.74%
G = 19.96%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF5E8A (or 0xEF5E8A) is known color: Dark Pink. HEX triplet: EF, 5E and 8A. RGB value is (239,94,138). Sum of RGB (Red+Green+Blue) = 239+94+138=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5E8A is #10A175. Grayscale: #8E8E8E. Windows color (decimal): -1089910 or 9068271. OLE color: 9068271.

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

Color convert

RGB 239 94 138 -
CMYK 0 0.61 0.42 0.06
HSL 341.79º 0.82% 0.65% -
HSV(B) 341.79º 0.61% 0.94% -
XYZ 44.19 28.19 27.16 -
YUV 142.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 239 94 138 0 0.61 0.42 0.06 341.79 0.82 0.65
Hex EF 5E 8A 0 3D 2A 6 156 52 41
Octal 357 136 212 0 75 52 6 526 122 101
Binary 11101111 1011110 10001010 0 111101 101010 110 101010110 1010010 1000001

Color Harmonies of #EF5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E8A

Black with #EF5E8A

Text Example


Text Example

White with #EF5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E8A; }

 p { color: rgb(239,94,138); }

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

background-color css

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

 a { background-color: rgb(239,94,138); }

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

border-color css

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

 span { border-color: rgb(239,94,138); }

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