Html Css Color HEX #EE7EE0 Pale Magenta

📋 copy color: '#EE7EE0'

red 238 ◦ green 126 ◦ blue 224

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

Shades of Pale Magenta #EE7EE0

Tints of Pale Magenta #EE7EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 40.48%
G = 21.43%
B = 38.1%

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

#EE7EE0 (or 0xEE7EE0) is known color: Pale Magenta. HEX triplet: EE, 7E and E0. RGB value is (238,126,224). Sum of RGB (Red+Green+Blue) = 238+126+224=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7EE0 is #11811F. Grayscale: #AAAAAA. Windows color (decimal): -1147168 or 14712558. OLE color: 14712558.

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

Color convert

RGB 238 126 224 -
CMYK 0 0.47 0.06 0.07
HSL 307.5º 0.77% 0.71% -
HSV(B) 307.5º 0.47% 0.93% -
XYZ 56.18 38.48 74.99 -
YUV 170.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 238 126 224 0 0.47 0.06 0.07 307.5 0.77 0.71
Hex EE 7E E0 0 2F 6 7 134 4D 47
Octal 356 176 340 0 57 6 7 464 115 107
Binary 11101110 1111110 11100000 0 101111 110 111 100110100 1001101 1000111

Color Harmonies of #EE7EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7EE0

Black with #EE7EE0

Text Example


Text Example

White with #EE7EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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