Html Css Color HEX #EF9EEE Plum

📋 copy color: '#EF9EEE'

red 239 ◦ green 158 ◦ blue 238

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

Shades of Plum #EF9EEE

Tints of Plum #EF9EEE

RGB

 RED value IS 239 (93.75% from 255) = 37.64%

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

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

R = 37.64%
G = 24.88%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF9EEE (or 0xEF9EEE) is known color: Plum. HEX triplet: EF, 9E and EE. RGB value is (239,158,238). Sum of RGB (Red+Green+Blue) = 239+158+238=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EEE is #106111. Grayscale: #BFBFBF. Windows color (decimal): -1073426 or 15638255. OLE color: 15638255.

HSL color Cylindrical-coordinate representation of color #EF9EEE: hue angle of 300.74º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EEE is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 158 238 -
CMYK 0 0.34 0.00 0.06
HSL 300.74º 0.72% 0.78% -
HSV(B) 300.74º 0.34% 0.94% -
XYZ 63.26 48.98 87.01 -
YUV 191.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 239 158 238 0 0.34 0.00 0.06 300.74 0.72 0.78
Hex EF 9E EE 0 22 0 6 12D 48 4E
Octal 357 236 356 0 42 0 6 455 110 116
Binary 11101111 10011110 11101110 0 100010 0 110 100101101 1001000 1001110

Color Harmonies of #EF9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9EEE

Black with #EF9EEE

Text Example


Text Example

White with #EF9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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