Html Css Color HEX #E39BD4 Plum

📋 copy color: '#E39BD4'

red 227 ◦ green 155 ◦ blue 212

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

Shades of Plum #E39BD4

Tints of Plum #E39BD4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.09%

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

R = 38.22%
G = 26.09%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E39BD4 (or 0xE39BD4) is known color: Plum. HEX triplet: E3, 9B and D4. RGB value is (227,155,212). Sum of RGB (Red+Green+Blue) = 227+155+212=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BD4 is #1C642B. Grayscale: #B6B6B6. Windows color (decimal): -1860652 or 13933539. OLE color: 13933539.

HSL color Cylindrical-coordinate representation of color #E39BD4: hue angle of 312.5º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39BD4 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 155 212 -
CMYK 0 0.32 0.07 0.11
HSL 312.5º 0.56% 0.75% -
HSV(B) 312.5º 0.32% 0.89% -
XYZ 55.28 44.53 67.97 -
YUV 183.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 227 155 212 0 0.32 0.07 0.11 312.5 0.56 0.75
Hex E3 9B D4 0 20 7 B 138 38 4B
Octal 343 233 324 0 40 7 13 470 70 113
Binary 11100011 10011011 11010100 0 100000 111 1011 100111000 111000 1001011

Color Harmonies of #E39BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39BD4

Black with #E39BD4

Text Example


Text Example

White with #E39BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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