Html Css Color HEX #EF9FEE Plum

📋 copy color: '#EF9FEE'

red 239 ◦ green 159 ◦ blue 238

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

Shades of Plum #EF9FEE

Tints of Plum #EF9FEE

RGB

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

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

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

R = 37.58%
G = 25%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF9FEE (or 0xEF9FEE) is known color: Plum. HEX triplet: EF, 9F and EE. RGB value is (239,159,238). Sum of RGB (Red+Green+Blue) = 239+159+238=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FEE is #106011. Grayscale: #BFBFBF. Windows color (decimal): -1073170 or 15638511. OLE color: 15638511.

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

Color convert

RGB 239 159 238 -
CMYK 0 0.33 0.00 0.06
HSL 300.75º 0.71% 0.78% -
HSV(B) 300.75º 0.33% 0.94% -
XYZ 63.43 49.32 87.07 -
YUV 191.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 239 159 238 0 0.33 0.00 0.06 300.75 0.71 0.78
Hex EF 9F EE 0 21 0 6 12D 47 4E
Octal 357 237 356 0 41 0 6 455 107 116
Binary 11101111 10011111 11101110 0 100001 0 110 100101101 1000111 1001110

Color Harmonies of #EF9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FEE

Black with #EF9FEE

Text Example


Text Example

White with #EF9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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