Html Css Color HEX #EF1293 Deep Pink

📋 copy color: '#EF1293'

red 239 ◦ green 18 ◦ blue 147

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

Shades of Deep Pink #EF1293

Tints of Deep Pink #EF1293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.46%

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

R = 59.16%
G = 4.46%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF1293 (or 0xEF1293) is known color: Deep Pink. HEX triplet: EF, 12 and 93. RGB value is (239,18,147). Sum of RGB (Red+Green+Blue) = 239+18+147=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1293 is #10ED6C. Grayscale: #626262. Windows color (decimal): -1109357 or 9638639. OLE color: 9638639.

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

Color convert

RGB 239 18 147 -
CMYK 0 0.92 0.38 0.06
HSL 324.98º 0.87% 0.5% -
HSV(B) 324.98º 0.92% 0.94% -
XYZ 41.08 20.89 29.47 -
YUV 98.79 155.22 228.01 -
System Red Green Blue C M Y K H S L
Decimal 239 18 147 0 0.92 0.38 0.06 324.98 0.87 0.5
Hex EF 12 93 0 5C 26 6 145 57 32
Octal 357 22 223 0 134 46 6 505 127 62
Binary 11101111 10010 10010011 0 1011100 100110 110 101000101 1010111 110010

Color Harmonies of #EF1293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1293

Black with #EF1293

Text Example


Text Example

White with #EF1293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1293; }

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

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

background-color css

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

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

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

border-color css

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

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

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