Html Css Color HEX #EF248D Deep Pink

📋 copy color: '#EF248D'

red 239 ◦ green 36 ◦ blue 141

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

Shades of Deep Pink #EF248D

Tints of Deep Pink #EF248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 57.45%
G = 8.65%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF248D (or 0xEF248D) is known color: Deep Pink. HEX triplet: EF, 24 and 8D. RGB value is (239,36,141). Sum of RGB (Red+Green+Blue) = 239+36+141=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF248D is #10DB72. Grayscale: #6C6C6C. Windows color (decimal): -1104755 or 9250031. OLE color: 9250031.

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

Color convert

RGB 239 36 141 -
CMYK 0 0.85 0.41 0.06
HSL 328.97º 0.86% 0.54% -
HSV(B) 328.97º 0.85% 0.94% -
XYZ 41.04 21.54 27.19 -
YUV 108.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 239 36 141 0 0.85 0.41 0.06 328.97 0.86 0.54
Hex EF 24 8D 0 55 29 6 149 56 36
Octal 357 44 215 0 125 51 6 511 126 66
Binary 11101111 100100 10001101 0 1010101 101001 110 101001001 1010110 110110

Color Harmonies of #EF248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF248D

Black with #EF248D

Text Example


Text Example

White with #EF248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF248D; }

 p { color: rgb(239,36,141); }

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

background-color css

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

 a { background-color: rgb(239,36,141); }

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

border-color css

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

 span { border-color: rgb(239,36,141); }

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