Html Css Color HEX #EE8BDD Pale Magenta

📋 copy color: '#EE8BDD'

red 238 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #EE8BDD

Tints of Pale Magenta #EE8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.24%

 BLUE value IS 221 (86.72% from 255) = 36.96%

R = 39.8%
G = 23.24%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE8BDD (or 0xEE8BDD) is known color: Pale Magenta. HEX triplet: EE, 8B and DD. RGB value is (238,139,221). Sum of RGB (Red+Green+Blue) = 238+139+221=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BDD is #117422. Grayscale: #B1B1B1. Windows color (decimal): -1143843 or 14519278. OLE color: 14519278.

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

Color convert

RGB 238 139 221 -
CMYK 0 0.42 0.07 0.07
HSL 310.3º 0.74% 0.74% -
HSV(B) 310.3º 0.42% 0.93% -
XYZ 57.54 41.86 73.45 -
YUV 177.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 238 139 221 0 0.42 0.07 0.07 310.3 0.74 0.74
Hex EE 8B DD 0 2A 7 7 136 4A 4A
Octal 356 213 335 0 52 7 7 466 112 112
Binary 11101110 10001011 11011101 0 101010 111 111 100110110 1001010 1001010

Color Harmonies of #EE8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8BDD

Black with #EE8BDD

Text Example


Text Example

White with #EE8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8BDD; }

 p { color: rgb(238,139,221); }

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

background-color css

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

 a { background-color: rgb(238,139,221); }

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

border-color css

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

 span { border-color: rgb(238,139,221); }

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