Html Css Color HEX #EF048A Deep Pink

📋 copy color: '#EF048A'

red 239 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #EF048A

Tints of Deep Pink #EF048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 62.73%
G = 1.05%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF048A (or 0xEF048A) is known color: Deep Pink. HEX triplet: EF, 04 and 8A. RGB value is (239,4,138). Sum of RGB (Red+Green+Blue) = 239+4+138=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF048A is #10FB75. Grayscale: #595959. Windows color (decimal): -1112950 or 9045231. OLE color: 9045231.

HSL color Cylindrical-coordinate representation of color #EF048A: hue angle of 325.79º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF048A is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 138 -
CMYK 0 0.98 0.42 0.06
HSL 325.79º 0.97% 0.48% -
HSV(B) 325.79º 0.98% 0.94% -
XYZ 40.23 20.27 25.84 -
YUV 89.54 155.36 234.6 -
System Red Green Blue C M Y K H S L
Decimal 239 4 138 0 0.98 0.42 0.06 325.79 0.97 0.48
Hex EF 4 8A 0 62 2A 6 146 61 30
Octal 357 4 212 0 142 52 6 506 141 60
Binary 11101111 100 10001010 0 1100010 101010 110 101000110 1100001 110000

Color Harmonies of #EF048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF048A

Black with #EF048A

Text Example


Text Example

White with #EF048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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