Html Css Color HEX #EE9DF2 Plum

📋 copy color: '#EE9DF2'

red 238 ◦ green 157 ◦ blue 242

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

Shades of Plum #EE9DF2

Tints of Plum #EE9DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.65%

 BLUE value IS 242 (94.92% from 255) = 37.99%

R = 37.36%
G = 24.65%
B = 37.99%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE9DF2 (or 0xEE9DF2) is known color: Plum. HEX triplet: EE, 9D and F2. RGB value is (238,157,242). Sum of RGB (Red+Green+Blue) = 238+157+242=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 157 (61.72% from 255 or 24.65% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE9DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DF2 is #11620D. Grayscale: #BEBEBE. Windows color (decimal): -1139214 or 15900142. OLE color: 15900142.

HSL color Cylindrical-coordinate representation of color #EE9DF2: hue angle of 297.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9DF2 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 157 242 -
CMYK 0.02 0.35 0 0.05
HSL 297.18º 0.77% 0.78% -
HSV(B) 297.18º 0.35% 0.95% -
XYZ 63.34 48.7 90.07 -
YUV 190.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 238 157 242 0.02 0.35 0 0.05 297.18 0.77 0.78
Hex EE 9D F2 2 23 0 5 129 4D 4E
Octal 356 235 362 2 43 0 5 451 115 116
Binary 11101110 10011101 11110010 10 100011 0 101 100101001 1001101 1001110

Color Harmonies of #EE9DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9DF2

Black with #EE9DF2

Text Example


Text Example

White with #EE9DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9DF2; }

 p { color: rgb(238,157,242); }

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

background-color css

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

 a { background-color: rgb(238,157,242); }

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

border-color css

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

 span { border-color: rgb(238,157,242); }

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