Html Css Color HEX #EE93DE Pale Magenta

📋 copy color: '#EE93DE'

red 238 ◦ green 147 ◦ blue 222

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

Shades of Pale Magenta #EE93DE

Tints of Pale Magenta #EE93DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.57%

R = 39.21%
G = 24.22%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE93DE (or 0xEE93DE) is known color: Pale Magenta. HEX triplet: EE, 93 and DE. RGB value is (238,147,222). Sum of RGB (Red+Green+Blue) = 238+147+222=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93DE is #116C21. Grayscale: #B6B6B6. Windows color (decimal): -1141794 or 14586862. OLE color: 14586862.

HSL color Cylindrical-coordinate representation of color #EE93DE: hue angle of 310.55º 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 #EE93DE is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 147 222 -
CMYK 0 0.38 0.07 0.07
HSL 310.55º 0.73% 0.75% -
HSV(B) 310.55º 0.38% 0.93% -
XYZ 58.88 44.32 74.56 -
YUV 182.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 238 147 222 0 0.38 0.07 0.07 310.55 0.73 0.75
Hex EE 93 DE 0 26 7 7 137 49 4B
Octal 356 223 336 0 46 7 7 467 111 113
Binary 11101110 10010011 11011110 0 100110 111 111 100110111 1001001 1001011

Color Harmonies of #EE93DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE93DE

Black with #EE93DE

Text Example


Text Example

White with #EE93DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE93DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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