Html Css Color HEX #EF218A Deep Pink

📋 copy color: '#EF218A'

red 239 ◦ green 33 ◦ blue 138

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

Shades of Deep Pink #EF218A

Tints of Deep Pink #EF218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 58.29%
G = 8.05%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF218A (or 0xEF218A) is known color: Deep Pink. HEX triplet: EF, 21 and 8A. RGB value is (239,33,138). Sum of RGB (Red+Green+Blue) = 239+33+138=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF218A is #10DE75. Grayscale: #6A6A6A. Windows color (decimal): -1105526 or 9052655. OLE color: 9052655.

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

Color convert

RGB 239 33 138 -
CMYK 0 0.86 0.42 0.06
HSL 329.42º 0.87% 0.53% -
HSV(B) 329.42º 0.86% 0.94% -
XYZ 40.73 21.27 26 -
YUV 106.56 145.75 222.46 -
System Red Green Blue C M Y K H S L
Decimal 239 33 138 0 0.86 0.42 0.06 329.42 0.87 0.53
Hex EF 21 8A 0 56 2A 6 149 57 35
Octal 357 41 212 0 126 52 6 511 127 65
Binary 11101111 100001 10001010 0 1010110 101010 110 101001001 1010111 110101

Color Harmonies of #EF218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF218A

Black with #EF218A

Text Example


Text Example

White with #EF218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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