Html Css Color HEX #EE7FE0 Pale Magenta

📋 copy color: '#EE7FE0'

red 238 ◦ green 127 ◦ blue 224

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

Shades of Pale Magenta #EE7FE0

Tints of Pale Magenta #EE7FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 21.56%

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

R = 40.41%
G = 21.56%
B = 38.03%

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

#EE7FE0 (or 0xEE7FE0) is known color: Pale Magenta. HEX triplet: EE, 7F and E0. RGB value is (238,127,224). Sum of RGB (Red+Green+Blue) = 238+127+224=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FE0 is #11801F. Grayscale: #AAAAAA. Windows color (decimal): -1146912 or 14712814. OLE color: 14712814.

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

Color convert

RGB 238 127 224 -
CMYK 0 0.47 0.06 0.07
HSL 307.57º 0.77% 0.72% -
HSV(B) 307.57º 0.47% 0.93% -
XYZ 56.3 38.74 75.03 -
YUV 171.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 238 127 224 0 0.47 0.06 0.07 307.57 0.77 0.72
Hex EE 7F E0 0 2F 6 7 134 4D 48
Octal 356 177 340 0 57 6 7 464 115 110
Binary 11101110 1111111 11100000 0 101111 110 111 100110100 1001101 1001000

Color Harmonies of #EE7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FE0

Black with #EE7FE0

Text Example


Text Example

White with #EE7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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