Html Css Color HEX #EF1993 Deep Pink

📋 copy color: '#EF1993'

red 239 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #EF1993

Tints of Deep Pink #EF1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.08%

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 58.15%
G = 6.08%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF1993 (or 0xEF1993) is known color: Deep Pink. HEX triplet: EF, 19 and 93. RGB value is (239,25,147). Sum of RGB (Red+Green+Blue) = 239+25+147=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1993 is #10E66C. Grayscale: #666666. Windows color (decimal): -1107565 or 9640431. OLE color: 9640431.

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

Color convert

RGB 239 25 147 -
CMYK 0 0.90 0.38 0.06
HSL 325.79º 0.87% 0.52% -
HSV(B) 325.79º 0.9% 0.94% -
XYZ 41.21 21.15 29.51 -
YUV 102.89 152.9 225.08 -
System Red Green Blue C M Y K H S L
Decimal 239 25 147 0 0.90 0.38 0.06 325.79 0.87 0.52
Hex EF 19 93 0 5A 26 6 146 57 34
Octal 357 31 223 0 132 46 6 506 127 64
Binary 11101111 11001 10010011 0 1011010 100110 110 101000110 1010111 110100

Color Harmonies of #EF1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1993

Black with #EF1993

Text Example


Text Example

White with #EF1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1993; }

 p { color: rgb(239,25,147); }

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

background-color css

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

 a { background-color: rgb(239,25,147); }

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

border-color css

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

 span { border-color: rgb(239,25,147); }

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