Html Css Color HEX #EE93DF Pale Magenta

📋 copy color: '#EE93DF'

red 238 ◦ green 147 ◦ blue 223

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

Shades of Pale Magenta #EE93DF

Tints of Pale Magenta #EE93DF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.18%

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 39.14%
G = 24.18%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE93DF (or 0xEE93DF) is known color: Pale Magenta. HEX triplet: EE, 93 and DF. RGB value is (238,147,223). Sum of RGB (Red+Green+Blue) = 238+147+223=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93DF is #116C20. Grayscale: #B6B6B6. Windows color (decimal): -1141793 or 14652398. OLE color: 14652398.

HSL color Cylindrical-coordinate representation of color #EE93DF: hue angle of 309.89º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93DF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 147 223 -
CMYK 0 0.38 0.06 0.07
HSL 309.89º 0.73% 0.75% -
HSV(B) 309.89º 0.38% 0.93% -
XYZ 59.01 44.37 75.27 -
YUV 182.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 238 147 223 0 0.38 0.06 0.07 309.89 0.73 0.75
Hex EE 93 DF 0 26 6 7 136 49 4B
Octal 356 223 337 0 46 6 7 466 111 113
Binary 11101110 10010011 11011111 0 100110 110 111 100110110 1001001 1001011

Color Harmonies of #EE93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE93DF

Black with #EE93DF

Text Example


Text Example

White with #EE93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE93DF; }

 p { color: rgb(238,147,223); }

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

background-color css

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

 a { background-color: rgb(238,147,223); }

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

border-color css

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

 span { border-color: rgb(238,147,223); }

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