Html Css Color HEX #E38CDC Plum

📋 copy color: '#E38CDC'

red 227 ◦ green 140 ◦ blue 220

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

Shades of Plum #E38CDC

Tints of Plum #E38CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.85%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 38.67%
G = 23.85%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E38CDC (or 0xE38CDC) is known color: Plum. HEX triplet: E3, 8C and DC. RGB value is (227,140,220). Sum of RGB (Red+Green+Blue) = 227+140+220=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CDC is #1C7323. Grayscale: #AEAEAE. Windows color (decimal): -1864484 or 14453987. OLE color: 14453987.

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

Color convert

RGB 227 140 220 -
CMYK 0 0.38 0.03 0.11
HSL 304.83º 0.61% 0.72% -
HSV(B) 304.83º 0.38% 0.89% -
XYZ 53.97 40.25 72.64 -
YUV 175.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 227 140 220 0 0.38 0.03 0.11 304.83 0.61 0.72
Hex E3 8C DC 0 26 3 B 131 3D 48
Octal 343 214 334 0 46 3 13 461 75 110
Binary 11100011 10001100 11011100 0 100110 11 1011 100110001 111101 1001000

Color Harmonies of #E38CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38CDC

Black with #E38CDC

Text Example


Text Example

White with #E38CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38CDC; }

 p { color: rgb(227,140,220); }

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

background-color css

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

 a { background-color: rgb(227,140,220); }

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

border-color css

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

 span { border-color: rgb(227,140,220); }

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