Html Css Color HEX #EF9FF1 Plum

📋 copy color: '#EF9FF1'

red 239 ◦ green 159 ◦ blue 241

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

Shades of Plum #EF9FF1

Tints of Plum #EF9FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.72%

R = 37.4%
G = 24.88%
B = 37.72%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF9FF1 (or 0xEF9FF1) is known color: Plum. HEX triplet: EF, 9F and F1. RGB value is (239,159,241). Sum of RGB (Red+Green+Blue) = 239+159+241=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF9FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FF1 is #10600E. Grayscale: #C0C0C0. Windows color (decimal): -1073167 or 15835119. OLE color: 15835119.

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

Color convert

RGB 239 159 241 -
CMYK 0.01 0.34 0 0.05
HSL 298.54º 0.75% 0.78% -
HSV(B) 298.54º 0.34% 0.95% -
XYZ 63.87 49.5 89.41 -
YUV 192.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 239 159 241 0.01 0.34 0 0.05 298.54 0.75 0.78
Hex EF 9F F1 1 22 0 5 12B 4B 4E
Octal 357 237 361 1 42 0 5 453 113 116
Binary 11101111 10011111 11110001 1 100010 0 101 100101011 1001011 1001110

Color Harmonies of #EF9FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FF1

Black with #EF9FF1

Text Example


Text Example

White with #EF9FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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