Html Css Color HEX #E395DD Plum

📋 copy color: '#E395DD'

red 227 ◦ green 149 ◦ blue 221

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

Shades of Plum #E395DD

Tints of Plum #E395DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 38.02%
G = 24.96%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E395DD (or 0xE395DD) is known color: Plum. HEX triplet: E3, 95 and DD. RGB value is (227,149,221). Sum of RGB (Red+Green+Blue) = 227+149+221=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E395DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395DD is #1C6A22. Grayscale: #B4B4B4. Windows color (decimal): -1862179 or 14521827. OLE color: 14521827.

HSL color Cylindrical-coordinate representation of color #E395DD: hue angle of 304.62º 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 #E395DD is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 149 221 -
CMYK 0 0.34 0.03 0.11
HSL 304.62º 0.58% 0.74% -
HSV(B) 304.62º 0.34% 0.89% -
XYZ 55.48 43.05 73.79 -
YUV 180.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 227 149 221 0 0.34 0.03 0.11 304.62 0.58 0.74
Hex E3 95 DD 0 22 3 B 131 3A 4A
Octal 343 225 335 0 42 3 13 461 72 112
Binary 11100011 10010101 11011101 0 100010 11 1011 100110001 111010 1001010

Color Harmonies of #E395DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E395DD

Black with #E395DD

Text Example


Text Example

White with #E395DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E395DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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