Html Css Color HEX #EF1F7D Deep Pink

📋 copy color: '#EF1F7D'

red 239 ◦ green 31 ◦ blue 125

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

Shades of Deep Pink #EF1F7D

Tints of Deep Pink #EF1F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.85%

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

R = 60.51%
G = 7.85%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF1F7D (or 0xEF1F7D) is known color: Deep Pink. HEX triplet: EF, 1F and 7D. RGB value is (239,31,125). Sum of RGB (Red+Green+Blue) = 239+31+125=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F7D is #10E082. Grayscale: #676767. Windows color (decimal): -1106051 or 8200175. OLE color: 8200175.

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

Color convert

RGB 239 31 125 -
CMYK 0 0.87 0.48 0.06
HSL 332.88º 0.87% 0.53% -
HSV(B) 332.88º 0.87% 0.94% -
XYZ 39.79 20.81 21.32 -
YUV 103.91 139.91 224.36 -
System Red Green Blue C M Y K H S L
Decimal 239 31 125 0 0.87 0.48 0.06 332.88 0.87 0.53
Hex EF 1F 7D 0 57 30 6 14D 57 35
Octal 357 37 175 0 127 60 6 515 127 65
Binary 11101111 11111 1111101 0 1010111 110000 110 101001101 1010111 110101

Color Harmonies of #EF1F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1F7D

Black with #EF1F7D

Text Example


Text Example

White with #EF1F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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