Html Css Color HEX #E399F1 Plum

📋 copy color: '#E399F1'

red 227 ◦ green 153 ◦ blue 241

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

Shades of Plum #E399F1

Tints of Plum #E399F1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.64%

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

R = 36.55%
G = 24.64%
B = 38.81%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E399F1 (or 0xE399F1) is known color: Plum. HEX triplet: E3, 99 and F1. RGB value is (227,153,241). Sum of RGB (Red+Green+Blue) = 227+153+241=621 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.55% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #E399F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E399F1 is #1C660E. Grayscale: #B8B8B8. Windows color (decimal): -1861135 or 15833571. OLE color: 15833571.

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

Color convert

RGB 227 153 241 -
CMYK 0.06 0.37 0 0.05
HSL 290.45º 0.76% 0.77% -
HSV(B) 290.45º 0.37% 0.95% -
XYZ 58.95 45.46 88.89 -
YUV 185.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 227 153 241 0.06 0.37 0 0.05 290.45 0.76 0.77
Hex E3 99 F1 6 25 0 5 122 4C 4D
Octal 343 231 361 6 45 0 5 442 114 115
Binary 11100011 10011001 11110001 110 100101 0 101 100100010 1001100 1001101

Color Harmonies of #E399F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E399F1

Black with #E399F1

Text Example


Text Example

White with #E399F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E399F1; }

 p { color: rgb(227,153,241); }

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

background-color css

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

 a { background-color: rgb(227,153,241); }

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

border-color css

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

 span { border-color: rgb(227,153,241); }

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