Html Css Color HEX #EE90DE Pale Magenta

📋 copy color: '#EE90DE'

red 238 ◦ green 144 ◦ blue 222

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

Shades of Pale Magenta #EE90DE

Tints of Pale Magenta #EE90DE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.84%

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 39.4%
G = 23.84%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE90DE (or 0xEE90DE) is known color: Pale Magenta. HEX triplet: EE, 90 and DE. RGB value is (238,144,222). Sum of RGB (Red+Green+Blue) = 238+144+222=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90DE is #116F21. Grayscale: #B4B4B4. Windows color (decimal): -1142562 or 14586094. OLE color: 14586094.

HSL color Cylindrical-coordinate representation of color #EE90DE: hue angle of 310.21º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE90DE is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 144 222 -
CMYK 0 0.39 0.07 0.07
HSL 310.21º 0.73% 0.75% -
HSV(B) 310.21º 0.39% 0.93% -
XYZ 58.42 43.4 74.4 -
YUV 181 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 238 144 222 0 0.39 0.07 0.07 310.21 0.73 0.75
Hex EE 90 DE 0 27 7 7 136 49 4B
Octal 356 220 336 0 47 7 7 466 111 113
Binary 11101110 10010000 11011110 0 100111 111 111 100110110 1001001 1001011

Color Harmonies of #EE90DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE90DE

Black with #EE90DE

Text Example


Text Example

White with #EE90DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE90DE; }

 p { color: rgb(238,144,222); }

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

background-color css

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

 a { background-color: rgb(238,144,222); }

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

border-color css

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

 span { border-color: rgb(238,144,222); }

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