Html Css Color HEX #EE81DF Pale Magenta

📋 copy color: '#EE81DF'

red 238 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #EE81DF

Tints of Pale Magenta #EE81DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.86%

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

R = 40.34%
G = 21.86%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE81DF (or 0xEE81DF) is known color: Pale Magenta. HEX triplet: EE, 81 and DF. RGB value is (238,129,223). Sum of RGB (Red+Green+Blue) = 238+129+223=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81DF is #117E20. Grayscale: #ACACAC. Windows color (decimal): -1146401 or 14647790. OLE color: 14647790.

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

Color convert

RGB 238 129 223 -
CMYK 0 0.46 0.06 0.07
HSL 308.26º 0.76% 0.72% -
HSV(B) 308.26º 0.46% 0.93% -
XYZ 56.43 39.21 74.41 -
YUV 172.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 238 129 223 0 0.46 0.06 0.07 308.26 0.76 0.72
Hex EE 81 DF 0 2E 6 7 134 4C 48
Octal 356 201 337 0 56 6 7 464 114 110
Binary 11101110 10000001 11011111 0 101110 110 111 100110100 1001100 1001000

Color Harmonies of #EE81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81DF

Black with #EE81DF

Text Example


Text Example

White with #EE81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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