Html Css Color HEX #EF0384 Deep Pink

📋 copy color: '#EF0384'

red 239 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #EF0384

Tints of Deep Pink #EF0384

RGB

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

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

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

R = 63.9%
G = 0.8%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF0384 (or 0xEF0384) is known color: Deep Pink. HEX triplet: EF, 03 and 84. RGB value is (239,3,132). Sum of RGB (Red+Green+Blue) = 239+3+132=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0384 is #10FC7B. Grayscale: #575757. Windows color (decimal): -1113212 or 8651759. OLE color: 8651759.

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

Color convert

RGB 239 3 132 -
CMYK 0 0.99 0.45 0.06
HSL 327.2º 0.98% 0.47% -
HSV(B) 327.2º 0.99% 0.94% -
XYZ 39.79 20.08 23.61 -
YUV 88.27 152.69 235.51 -
System Red Green Blue C M Y K H S L
Decimal 239 3 132 0 0.99 0.45 0.06 327.2 0.98 0.47
Hex EF 3 84 0 63 2D 6 147 62 2F
Octal 357 3 204 0 143 55 6 507 142 57
Binary 11101111 11 10000100 0 1100011 101101 110 101000111 1100010 101111

Color Harmonies of #EF0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0384

Black with #EF0384

Text Example


Text Example

White with #EF0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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