Html Css Color HEX #EF218F Deep Pink

📋 copy color: '#EF218F'

red 239 ◦ green 33 ◦ blue 143

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

Shades of Deep Pink #EF218F

Tints of Deep Pink #EF218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 57.59%
G = 7.95%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF218F (or 0xEF218F) is known color: Deep Pink. HEX triplet: EF, 21 and 8F. RGB value is (239,33,143). Sum of RGB (Red+Green+Blue) = 239+33+143=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF218F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF218F is #10DE70. Grayscale: #6A6A6A. Windows color (decimal): -1105521 or 9380335. OLE color: 9380335.

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

Color convert

RGB 239 33 143 -
CMYK 0 0.86 0.40 0.06
HSL 327.96º 0.87% 0.53% -
HSV(B) 327.96º 0.86% 0.94% -
XYZ 41.1 21.42 27.96 -
YUV 107.13 148.25 222.06 -
System Red Green Blue C M Y K H S L
Decimal 239 33 143 0 0.86 0.40 0.06 327.96 0.87 0.53
Hex EF 21 8F 0 56 28 6 148 57 35
Octal 357 41 217 0 126 50 6 510 127 65
Binary 11101111 100001 10001111 0 1010110 101000 110 101001000 1010111 110101

Color Harmonies of #EF218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF218F

Black with #EF218F

Text Example


Text Example

White with #EF218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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