Html Css Color HEX #EE9EEE Plum

📋 copy color: '#EE9EEE'

red 238 ◦ green 158 ◦ blue 238

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

Shades of Plum #EE9EEE

Tints of Plum #EE9EEE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.92%

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

R = 37.54%
G = 24.92%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE9EEE (or 0xEE9EEE) is known color: Plum. HEX triplet: EE, 9E and EE. RGB value is (238,158,238). Sum of RGB (Red+Green+Blue) = 238+158+238=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE9EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9EEE is #116111. Grayscale: #BEBEBE. Windows color (decimal): -1138962 or 15638254. OLE color: 15638254.

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

Color convert

RGB 238 158 238 -
CMYK 0 0.34 0 0.07
HSL 300º 0.7% 0.78% -
HSV(B) 300º 0.34% 0.93% -
XYZ 62.92 48.8 86.99 -
YUV 191.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 238 158 238 0 0.34 0 0.07 300 0.7 0.78
Hex EE 9E EE 0 22 0 7 12C 46 4E
Octal 356 236 356 0 42 0 7 454 106 116
Binary 11101110 10011110 11101110 0 100010 0 111 100101100 1000110 1001110

Color Harmonies of #EE9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9EEE

Black with #EE9EEE

Text Example


Text Example

White with #EE9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9EEE; }

 p { color: rgb(238,158,238); }

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

background-color css

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

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

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

border-color css

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

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

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