Html Css Color HEX #EF0389 Deep Pink

📋 copy color: '#EF0389'

red 239 ◦ green 3 ◦ blue 137

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

Shades of Deep Pink #EF0389

Tints of Deep Pink #EF0389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 63.06%
G = 0.79%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF0389 (or 0xEF0389) is known color: Deep Pink. HEX triplet: EF, 03 and 89. RGB value is (239,3,137). Sum of RGB (Red+Green+Blue) = 239+3+137=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0389 is #10FC76. Grayscale: #585858. Windows color (decimal): -1113207 or 8979439. OLE color: 8979439.

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

Color convert

RGB 239 3 137 -
CMYK 0 0.99 0.43 0.06
HSL 325.93º 0.98% 0.47% -
HSV(B) 325.93º 0.99% 0.94% -
XYZ 40.14 20.22 25.45 -
YUV 88.84 155.19 235.1 -
System Red Green Blue C M Y K H S L
Decimal 239 3 137 0 0.99 0.43 0.06 325.93 0.98 0.47
Hex EF 3 89 0 63 2B 6 146 62 2F
Octal 357 3 211 0 143 53 6 506 142 57
Binary 11101111 11 10001001 0 1100011 101011 110 101000110 1100010 101111

Color Harmonies of #EF0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0389

Black with #EF0389

Text Example


Text Example

White with #EF0389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0389; }

 p { color: rgb(239,3,137); }

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

background-color css

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

 a { background-color: rgb(239,3,137); }

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

border-color css

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

 span { border-color: rgb(239,3,137); }

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