Html Css Color HEX #EE218F Deep Pink

📋 copy color: '#EE218F'

red 238 ◦ green 33 ◦ blue 143

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

Shades of Deep Pink #EE218F

Tints of Deep Pink #EE218F

RGB

 RED value IS 238 (93.36% from 255) = 57.49%

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

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

R = 57.49%
G = 7.97%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE218F (or 0xEE218F) is known color: Deep Pink. HEX triplet: EE, 21 and 8F. RGB value is (238,33,143). Sum of RGB (Red+Green+Blue) = 238+33+143=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE218F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE218F is #11DE70. Grayscale: #6A6A6A. Windows color (decimal): -1171057 or 9380334. OLE color: 9380334.

HSL color Cylindrical-coordinate representation of color #EE218F: hue angle of 327.8º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE218F is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 33 143 -
CMYK 0 0.86 0.40 0.07
HSL 327.8º 0.86% 0.53% -
HSV(B) 327.8º 0.86% 0.93% -
XYZ 40.76 21.25 27.94 -
YUV 106.84 148.42 221.56 -
System Red Green Blue C M Y K H S L
Decimal 238 33 143 0 0.86 0.40 0.07 327.8 0.86 0.53
Hex EE 21 8F 0 56 28 7 148 56 35
Octal 356 41 217 0 126 50 7 510 126 65
Binary 11101110 100001 10001111 0 1010110 101000 111 101001000 1010110 110101

Color Harmonies of #EE218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE218F

Black with #EE218F

Text Example


Text Example

White with #EE218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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