Html Css Color HEX #E38AD6 Plum

📋 copy color: '#E38AD6'

red 227 ◦ green 138 ◦ blue 214

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

Shades of Plum #E38AD6

Tints of Plum #E38AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.83%

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 39.21%
G = 23.83%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E38AD6 (or 0xE38AD6) is known color: Plum. HEX triplet: E3, 8A and D6. RGB value is (227,138,214). Sum of RGB (Red+Green+Blue) = 227+138+214=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38AD6 is #1C7529. Grayscale: #ADADAD. Windows color (decimal): -1865002 or 14060259. OLE color: 14060259.

HSL color Cylindrical-coordinate representation of color #E38AD6: hue angle of 308.76º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38AD6 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 138 214 -
CMYK 0 0.39 0.06 0.11
HSL 308.76º 0.61% 0.72% -
HSV(B) 308.76º 0.39% 0.89% -
XYZ 52.9 39.36 68.43 -
YUV 173.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 227 138 214 0 0.39 0.06 0.11 308.76 0.61 0.72
Hex E3 8A D6 0 27 6 B 135 3D 48
Octal 343 212 326 0 47 6 13 465 75 110
Binary 11100011 10001010 11010110 0 100111 110 1011 100110101 111101 1001000

Color Harmonies of #E38AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38AD6

Black with #E38AD6

Text Example


Text Example

White with #E38AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38AD6; }

 p { color: rgb(227,138,214); }

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

background-color css

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

 a { background-color: rgb(227,138,214); }

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

border-color css

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

 span { border-color: rgb(227,138,214); }

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