Html Css Color HEX #EF0084 Deep Pink

📋 copy color: '#EF0084'

red 239 ◦ green 0 ◦ blue 132

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

Shades of Deep Pink #EF0084

Tints of Deep Pink #EF0084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 64.42%
G = 0%
B = 35.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF0084 (or 0xEF0084) is known color: Deep Pink. HEX triplet: EF, 00 and 84. RGB value is (239,0,132). Sum of RGB (Red+Green+Blue) = 239+0+132=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0084 is #10FF7B. Grayscale: #565656. Windows color (decimal): -1113980 or 8650991. OLE color: 8650991.

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

Color convert

RGB 239 0 132 -
CMYK 0 1 0.45 0.06
HSL 326.86º 1% 0.47% -
HSV(B) 326.86º 1% 0.94% -
XYZ 39.76 20.02 23.6 -
YUV 86.51 153.68 236.77 -
System Red Green Blue C M Y K H S L
Decimal 239 0 132 0 1 0.45 0.06 326.86 1 0.47
Hex EF 0 84 0 64 2D 6 147 64 2F
Octal 357 0 204 0 144 55 6 507 144 57
Binary 11101111 0 10000100 0 1100100 101101 110 101000111 1100100 101111

Color Harmonies of #EF0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0084

Black with #EF0084

Text Example


Text Example

White with #EF0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0084; }

 p { color: rgb(239,0,132); }

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

background-color css

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

 a { background-color: rgb(239,0,132); }

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

border-color css

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

 span { border-color: rgb(239,0,132); }

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