Html Css Color HEX #EF047B Deep Pink

📋 copy color: '#EF047B'

red 239 ◦ green 4 ◦ blue 123

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

Shades of Deep Pink #EF047B

Tints of Deep Pink #EF047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 65.3%
G = 1.09%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF047B (or 0xEF047B) is known color: Deep Pink. HEX triplet: EF, 04 and 7B. RGB value is (239,4,123). Sum of RGB (Red+Green+Blue) = 239+4+123=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF047B is #10FB84. Grayscale: #575757. Windows color (decimal): -1112965 or 8062191. OLE color: 8062191.

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

Color convert

RGB 239 4 123 -
CMYK 0 0.98 0.49 0.06
HSL 329.62º 0.97% 0.48% -
HSV(B) 329.62º 0.98% 0.94% -
XYZ 39.22 19.87 20.51 -
YUV 87.83 147.86 235.82 -
System Red Green Blue C M Y K H S L
Decimal 239 4 123 0 0.98 0.49 0.06 329.62 0.97 0.48
Hex EF 4 7B 0 62 31 6 14A 61 30
Octal 357 4 173 0 142 61 6 512 141 60
Binary 11101111 100 1111011 0 1100010 110001 110 101001010 1100001 110000

Color Harmonies of #EF047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF047B

Black with #EF047B

Text Example


Text Example

White with #EF047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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