Html Css Color HEX #EE76DF Pale Magenta

📋 copy color: '#EE76DF'

red 238 ◦ green 118 ◦ blue 223

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

Shades of Pale Magenta #EE76DF

Tints of Pale Magenta #EE76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.38%

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

R = 41.11%
G = 20.38%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE76DF (or 0xEE76DF) is known color: Pale Magenta. HEX triplet: EE, 76 and DF. RGB value is (238,118,223). Sum of RGB (Red+Green+Blue) = 238+118+223=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76DF is #118920. Grayscale: #A5A5A5. Windows color (decimal): -1149217 or 14644974. OLE color: 14644974.

HSL color Cylindrical-coordinate representation of color #EE76DF: hue angle of 307.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76DF is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 223 -
CMYK 0 0.50 0.06 0.07
HSL 307.5º 0.78% 0.7% -
HSV(B) 307.5º 0.5% 0.93% -
XYZ 55.06 36.46 73.95 -
YUV 165.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 238 118 223 0 0.50 0.06 0.07 307.5 0.78 0.7
Hex EE 76 DF 0 32 6 7 134 4E 46
Octal 356 166 337 0 62 6 7 464 116 106
Binary 11101110 1110110 11011111 0 110010 110 111 100110100 1001110 1000110

Color Harmonies of #EE76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76DF

Black with #EE76DF

Text Example


Text Example

White with #EE76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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