Html Css Color HEX #EE7CE0 Pale Magenta

📋 copy color: '#EE7CE0'

red 238 ◦ green 124 ◦ blue 224

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

Shades of Pale Magenta #EE7CE0

Tints of Pale Magenta #EE7CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.16%

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

R = 40.61%
G = 21.16%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE7CE0 (or 0xEE7CE0) is known color: Pale Magenta. HEX triplet: EE, 7C and E0. RGB value is (238,124,224). Sum of RGB (Red+Green+Blue) = 238+124+224=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CE0 is #11831F. Grayscale: #A9A9A9. Windows color (decimal): -1147680 or 14712046. OLE color: 14712046.

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

Color convert

RGB 238 124 224 -
CMYK 0 0.48 0.06 0.07
HSL 307.37º 0.77% 0.71% -
HSV(B) 307.37º 0.48% 0.93% -
XYZ 55.92 37.97 74.9 -
YUV 169.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 238 124 224 0 0.48 0.06 0.07 307.37 0.77 0.71
Hex EE 7C E0 0 30 6 7 133 4D 47
Octal 356 174 340 0 60 6 7 463 115 107
Binary 11101110 1111100 11100000 0 110000 110 111 100110011 1001101 1000111

Color Harmonies of #EE7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7CE0

Black with #EE7CE0

Text Example


Text Example

White with #EE7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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