Html Css Color HEX #EF1E7D Deep Pink

📋 copy color: '#EF1E7D'

red 239 ◦ green 30 ◦ blue 125

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

Shades of Deep Pink #EF1E7D

Tints of Deep Pink #EF1E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

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

R = 60.66%
G = 7.61%
B = 31.73%

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

#EF1E7D (or 0xEF1E7D) is known color: Deep Pink. HEX triplet: EF, 1E and 7D. RGB value is (239,30,125). Sum of RGB (Red+Green+Blue) = 239+30+125=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E7D is #10E182. Grayscale: #676767. Windows color (decimal): -1106307 or 8199919. OLE color: 8199919.

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

Color convert

RGB 239 30 125 -
CMYK 0 0.87 0.48 0.06
HSL 332.73º 0.87% 0.53% -
HSV(B) 332.73º 0.87% 0.94% -
XYZ 39.76 20.76 21.31 -
YUV 103.32 140.24 224.78 -
System Red Green Blue C M Y K H S L
Decimal 239 30 125 0 0.87 0.48 0.06 332.73 0.87 0.53
Hex EF 1E 7D 0 57 30 6 14D 57 35
Octal 357 36 175 0 127 60 6 515 127 65
Binary 11101111 11110 1111101 0 1010111 110000 110 101001101 1010111 110101

Color Harmonies of #EF1E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E7D

Black with #EF1E7D

Text Example


Text Example

White with #EF1E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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