Html Css Color HEX #E395DF Plum

📋 copy color: '#E395DF'

red 227 ◦ green 149 ◦ blue 223

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

Shades of Plum #E395DF

Tints of Plum #E395DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.87%

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 37.9%
G = 24.87%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E395DF (or 0xE395DF) is known color: Plum. HEX triplet: E3, 95 and DF. RGB value is (227,149,223). Sum of RGB (Red+Green+Blue) = 227+149+223=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E395DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395DF is #1C6A20. Grayscale: #B4B4B4. Windows color (decimal): -1862177 or 14652899. OLE color: 14652899.

HSL color Cylindrical-coordinate representation of color #E395DF: hue angle of 303.08º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395DF is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 149 223 -
CMYK 0 0.34 0.02 0.11
HSL 303.08º 0.58% 0.74% -
HSV(B) 303.08º 0.34% 0.89% -
XYZ 55.75 43.15 75.2 -
YUV 180.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 227 149 223 0 0.34 0.02 0.11 303.08 0.58 0.74
Hex E3 95 DF 0 22 2 B 12F 3A 4A
Octal 343 225 337 0 42 2 13 457 72 112
Binary 11100011 10010101 11011111 0 100010 10 1011 100101111 111010 1001010

Color Harmonies of #E395DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E395DF

Black with #E395DF

Text Example


Text Example

White with #E395DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E395DF; }

 p { color: rgb(227,149,223); }

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

background-color css

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

 a { background-color: rgb(227,149,223); }

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

border-color css

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

 span { border-color: rgb(227,149,223); }

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