Html Css Color HEX #E39DF2 Plum

📋 copy color: '#E39DF2'

red 227 ◦ green 157 ◦ blue 242

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

Shades of Plum #E39DF2

Tints of Plum #E39DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.08%

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

R = 36.26%
G = 25.08%
B = 38.66%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E39DF2 (or 0xE39DF2) is known color: Plum. HEX triplet: E3, 9D and F2. RGB value is (227,157,242). Sum of RGB (Red+Green+Blue) = 227+157+242=626 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.26% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #E39DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E39DF2 is #1C620D. Grayscale: #BBBBBB. Windows color (decimal): -1860110 or 15900131. OLE color: 15900131.

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

Color convert

RGB 227 157 242 -
CMYK 0.06 0.35 0 0.05
HSL 289.41º 0.77% 0.78% -
HSV(B) 289.41º 0.35% 0.95% -
XYZ 59.76 46.86 89.9 -
YUV 187.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 227 157 242 0.06 0.35 0 0.05 289.41 0.77 0.78
Hex E3 9D F2 6 23 0 5 121 4D 4E
Octal 343 235 362 6 43 0 5 441 115 116
Binary 11100011 10011101 11110010 110 100011 0 101 100100001 1001101 1001110

Color Harmonies of #E39DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39DF2

Black with #E39DF2

Text Example


Text Example

White with #E39DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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