Html Css Color HEX #EF037F Deep Pink

📋 copy color: '#EF037F'

red 239 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #EF037F

Tints of Deep Pink #EF037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 64.77%
G = 0.81%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF037F (or 0xEF037F) is known color: Deep Pink. HEX triplet: EF, 03 and 7F. RGB value is (239,3,127). Sum of RGB (Red+Green+Blue) = 239+3+127=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF037F is #10FC80. Grayscale: #575757. Windows color (decimal): -1113217 or 8324079. OLE color: 8324079.

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

Color convert

RGB 239 3 127 -
CMYK 0 0.99 0.47 0.06
HSL 328.47º 0.98% 0.47% -
HSV(B) 328.47º 0.99% 0.94% -
XYZ 39.46 19.95 21.85 -
YUV 87.7 150.19 235.92 -
System Red Green Blue C M Y K H S L
Decimal 239 3 127 0 0.99 0.47 0.06 328.47 0.98 0.47
Hex EF 3 7F 0 63 2F 6 148 62 2F
Octal 357 3 177 0 143 57 6 510 142 57
Binary 11101111 11 1111111 0 1100011 101111 110 101001000 1100010 101111

Color Harmonies of #EF037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF037F

Black with #EF037F

Text Example


Text Example

White with #EF037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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