Html Css Color HEX #EF1893 Deep Pink

📋 copy color: '#EF1893'

red 239 ◦ green 24 ◦ blue 147

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

Shades of Deep Pink #EF1893

Tints of Deep Pink #EF1893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.85%

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

R = 58.29%
G = 5.85%
B = 35.85%

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

#EF1893 (or 0xEF1893) is known color: Deep Pink. HEX triplet: EF, 18 and 93. RGB value is (239,24,147). Sum of RGB (Red+Green+Blue) = 239+24+147=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1893 is #10E76C. Grayscale: #666666. Windows color (decimal): -1107821 or 9640175. OLE color: 9640175.

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

Color convert

RGB 239 24 147 -
CMYK 0 0.90 0.38 0.06
HSL 325.67º 0.87% 0.52% -
HSV(B) 325.67º 0.9% 0.94% -
XYZ 41.19 21.11 29.51 -
YUV 102.31 153.23 225.5 -
System Red Green Blue C M Y K H S L
Decimal 239 24 147 0 0.90 0.38 0.06 325.67 0.87 0.52
Hex EF 18 93 0 5A 26 6 146 57 34
Octal 357 30 223 0 132 46 6 506 127 64
Binary 11101111 11000 10010011 0 1011010 100110 110 101000110 1010111 110100

Color Harmonies of #EF1893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1893

Black with #EF1893

Text Example


Text Example

White with #EF1893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1893; }

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

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

background-color css

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

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

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

border-color css

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

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

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