Html Css Color HEX #EF218C Deep Pink

📋 copy color: '#EF218C'

red 239 ◦ green 33 ◦ blue 140

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

Shades of Deep Pink #EF218C

Tints of Deep Pink #EF218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.01%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 58.01%
G = 8.01%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF218C (or 0xEF218C) is known color: Deep Pink. HEX triplet: EF, 21 and 8C. RGB value is (239,33,140). Sum of RGB (Red+Green+Blue) = 239+33+140=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF218C is #10DE73. Grayscale: #6A6A6A. Windows color (decimal): -1105524 or 9183727. OLE color: 9183727.

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

Color convert

RGB 239 33 140 -
CMYK 0 0.86 0.41 0.06
HSL 328.84º 0.87% 0.53% -
HSV(B) 328.84º 0.86% 0.94% -
XYZ 40.87 21.33 26.77 -
YUV 106.79 146.75 222.3 -
System Red Green Blue C M Y K H S L
Decimal 239 33 140 0 0.86 0.41 0.06 328.84 0.87 0.53
Hex EF 21 8C 0 56 29 6 149 57 35
Octal 357 41 214 0 126 51 6 511 127 65
Binary 11101111 100001 10001100 0 1010110 101001 110 101001001 1010111 110101

Color Harmonies of #EF218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF218C

Black with #EF218C

Text Example


Text Example

White with #EF218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF218C; }

 p { color: rgb(239,33,140); }

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

background-color css

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

 a { background-color: rgb(239,33,140); }

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

border-color css

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

 span { border-color: rgb(239,33,140); }

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