Html Css Color HEX #EE7EDF Pale Magenta

📋 copy color: '#EE7EDF'

red 238 ◦ green 126 ◦ blue 223

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

Shades of Pale Magenta #EE7EDF

Tints of Pale Magenta #EE7EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.47%

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

R = 40.55%
G = 21.47%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE7EDF (or 0xEE7EDF) is known color: Pale Magenta. HEX triplet: EE, 7E and DF. RGB value is (238,126,223). Sum of RGB (Red+Green+Blue) = 238+126+223=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7EDF is #118120. Grayscale: #AAAAAA. Windows color (decimal): -1147169 or 14647022. OLE color: 14647022.

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

Color convert

RGB 238 126 223 -
CMYK 0 0.47 0.06 0.07
HSL 308.04º 0.77% 0.71% -
HSV(B) 308.04º 0.47% 0.93% -
XYZ 56.04 38.43 74.28 -
YUV 170.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 238 126 223 0 0.47 0.06 0.07 308.04 0.77 0.71
Hex EE 7E DF 0 2F 6 7 134 4D 47
Octal 356 176 337 0 57 6 7 464 115 107
Binary 11101110 1111110 11011111 0 101111 110 111 100110100 1001101 1000111

Color Harmonies of #EE7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7EDF

Black with #EE7EDF

Text Example


Text Example

White with #EE7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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