Html Css Color HEX #E395D4 Plum

📋 copy color: '#E395D4'

red 227 ◦ green 149 ◦ blue 212

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

Shades of Plum #E395D4

Tints of Plum #E395D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.05%

R = 38.61%
G = 25.34%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E395D4 (or 0xE395D4) is known color: Plum. HEX triplet: E3, 95 and D4. RGB value is (227,149,212). Sum of RGB (Red+Green+Blue) = 227+149+212=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E395D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395D4 is #1C6A2B. Grayscale: #B3B3B3. Windows color (decimal): -1862188 or 13932003. OLE color: 13932003.

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

Color convert

RGB 227 149 212 -
CMYK 0 0.34 0.07 0.11
HSL 311.54º 0.58% 0.74% -
HSV(B) 311.54º 0.34% 0.89% -
XYZ 54.31 42.58 67.64 -
YUV 179.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 227 149 212 0 0.34 0.07 0.11 311.54 0.58 0.74
Hex E3 95 D4 0 22 7 B 138 3A 4A
Octal 343 225 324 0 42 7 13 470 72 112
Binary 11100011 10010101 11010100 0 100010 111 1011 100111000 111010 1001010

Color Harmonies of #E395D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E395D4

Black with #E395D4

Text Example


Text Example

White with #E395D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E395D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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