Html Css Color HEX #EF037D Deep Pink

📋 copy color: '#EF037D'

red 239 ◦ green 3 ◦ blue 125

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

Shades of Deep Pink #EF037D

Tints of Deep Pink #EF037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 65.12%
G = 0.82%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF037D (or 0xEF037D) is known color: Deep Pink. HEX triplet: EF, 03 and 7D. RGB value is (239,3,125). Sum of RGB (Red+Green+Blue) = 239+3+125=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF037D is #10FC82. Grayscale: #575757. Windows color (decimal): -1113219 or 8193007. OLE color: 8193007.

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

Color convert

RGB 239 3 125 -
CMYK 0 0.99 0.48 0.06
HSL 328.98º 0.98% 0.47% -
HSV(B) 328.98º 0.99% 0.94% -
XYZ 39.33 19.9 21.17 -
YUV 87.47 149.19 236.08 -
System Red Green Blue C M Y K H S L
Decimal 239 3 125 0 0.99 0.48 0.06 328.98 0.98 0.47
Hex EF 3 7D 0 63 30 6 149 62 2F
Octal 357 3 175 0 143 60 6 511 142 57
Binary 11101111 11 1111101 0 1100011 110000 110 101001001 1100010 101111

Color Harmonies of #EF037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF037D

Black with #EF037D

Text Example


Text Example

White with #EF037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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