Html Css Color HEX #EF1D95 Deep Pink

📋 copy color: '#EF1D95'

red 239 ◦ green 29 ◦ blue 149

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

Shades of Deep Pink #EF1D95

Tints of Deep Pink #EF1D95

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.95%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 57.31%
G = 6.95%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF1D95 (or 0xEF1D95) is known color: Deep Pink. HEX triplet: EF, 1D and 95. RGB value is (239,29,149). Sum of RGB (Red+Green+Blue) = 239+29+149=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1D95 is #10E26A. Grayscale: #696969. Windows color (decimal): -1106539 or 9772527. OLE color: 9772527.

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

Color convert

RGB 239 29 149 -
CMYK 0 0.88 0.38 0.06
HSL 325.71º 0.87% 0.53% -
HSV(B) 325.71º 0.88% 0.94% -
XYZ 41.46 21.4 30.38 -
YUV 105.47 152.57 223.24 -
System Red Green Blue C M Y K H S L
Decimal 239 29 149 0 0.88 0.38 0.06 325.71 0.87 0.53
Hex EF 1D 95 0 58 26 6 146 57 35
Octal 357 35 225 0 130 46 6 506 127 65
Binary 11101111 11101 10010101 0 1011000 100110 110 101000110 1010111 110101

Color Harmonies of #EF1D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D95

Black with #EF1D95

Text Example


Text Example

White with #EF1D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D95; }

 p { color: rgb(239,29,149); }

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

background-color css

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

 a { background-color: rgb(239,29,149); }

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

border-color css

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

 span { border-color: rgb(239,29,149); }

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