Html Css Color HEX #E39FF2 Plum

📋 copy color: '#E39FF2'

red 227 ◦ green 159 ◦ blue 242

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

Shades of Plum #E39FF2

Tints of Plum #E39FF2

RGB

 RED value IS 227 (89.06% from 255) = 36.15%

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

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 36.15%
G = 25.32%
B = 38.54%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E39FF2 (or 0xE39FF2) is known color: Plum. HEX triplet: E3, 9F and F2. RGB value is (227,159,242). Sum of RGB (Red+Green+Blue) = 227+159+242=628 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.15% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #E39FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39FF2 is #1C600D. Grayscale: #BCBCBC. Windows color (decimal): -1859598 or 15900643. OLE color: 15900643.

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

Color convert

RGB 227 159 242 -
CMYK 0.06 0.34 0 0.05
HSL 289.16º 0.76% 0.79% -
HSV(B) 289.16º 0.34% 0.95% -
XYZ 60.1 47.54 90.01 -
YUV 188.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 227 159 242 0.06 0.34 0 0.05 289.16 0.76 0.79
Hex E3 9F F2 6 22 0 5 121 4C 4F
Octal 343 237 362 6 42 0 5 441 114 117
Binary 11100011 10011111 11110010 110 100010 0 101 100100001 1001100 1001111

Color Harmonies of #E39FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39FF2

Black with #E39FF2

Text Example


Text Example

White with #E39FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39FF2; }

 p { color: rgb(227,159,242); }

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

background-color css

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

 a { background-color: rgb(227,159,242); }

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

border-color css

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

 span { border-color: rgb(227,159,242); }

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