Html Css Color HEX #EF1894 Deep Pink

📋 copy color: '#EF1894'

red 239 ◦ green 24 ◦ blue 148

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

Shades of Deep Pink #EF1894

Tints of Deep Pink #EF1894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 58.15%
G = 5.84%
B = 36.01%

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

#EF1894 (or 0xEF1894) is known color: Deep Pink. HEX triplet: EF, 18 and 94. RGB value is (239,24,148). Sum of RGB (Red+Green+Blue) = 239+24+148=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1894 is #10E76B. Grayscale: #666666. Windows color (decimal): -1107820 or 9705711. OLE color: 9705711.

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

Color convert

RGB 239 24 148 -
CMYK 0 0.90 0.38 0.06
HSL 325.4º 0.87% 0.52% -
HSV(B) 325.4º 0.9% 0.94% -
XYZ 41.27 21.14 29.92 -
YUV 102.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 239 24 148 0 0.90 0.38 0.06 325.4 0.87 0.52
Hex EF 18 94 0 5A 26 6 145 57 34
Octal 357 30 224 0 132 46 6 505 127 64
Binary 11101111 11000 10010100 0 1011010 100110 110 101000101 1010111 110100

Color Harmonies of #EF1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1894

Black with #EF1894

Text Example


Text Example

White with #EF1894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1894; }

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

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

background-color css

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

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

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

border-color css

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

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

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