Html Css Color HEX #EE9FED Plum

📋 copy color: '#EE9FED'

red 238 ◦ green 159 ◦ blue 237

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

Shades of Plum #EE9FED

Tints of Plum #EE9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.08%

 BLUE value IS 237 (92.97% from 255) = 37.38%

R = 37.54%
G = 25.08%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE9FED (or 0xEE9FED) is known color: Plum. HEX triplet: EE, 9F and ED. RGB value is (238,159,237). Sum of RGB (Red+Green+Blue) = 238+159+237=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FED is #116012. Grayscale: #BFBFBF. Windows color (decimal): -1138707 or 15572974. OLE color: 15572974.

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

Color convert

RGB 238 159 237 -
CMYK 0 0.33 0.00 0.07
HSL 300.76º 0.7% 0.78% -
HSV(B) 300.76º 0.33% 0.93% -
XYZ 62.94 49.09 86.28 -
YUV 191.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 238 159 237 0 0.33 0.00 0.07 300.76 0.7 0.78
Hex EE 9F ED 0 21 0 7 12D 46 4E
Octal 356 237 355 0 41 0 7 455 106 116
Binary 11101110 10011111 11101101 0 100001 0 111 100101101 1000110 1001110

Color Harmonies of #EE9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9FED

Black with #EE9FED

Text Example


Text Example

White with #EE9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9FED; }

 p { color: rgb(238,159,237); }

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

background-color css

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

 a { background-color: rgb(238,159,237); }

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

border-color css

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

 span { border-color: rgb(238,159,237); }

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