Html Css Color HEX #E38CDF Plum

📋 copy color: '#E38CDF'

red 227 ◦ green 140 ◦ blue 223

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

Shades of Plum #E38CDF

Tints of Plum #E38CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 38.47%
G = 23.73%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E38CDF (or 0xE38CDF) is known color: Plum. HEX triplet: E3, 8C and DF. RGB value is (227,140,223). Sum of RGB (Red+Green+Blue) = 227+140+223=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CDF is #1C7320. Grayscale: #AFAFAF. Windows color (decimal): -1864481 or 14650595. OLE color: 14650595.

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

Color convert

RGB 227 140 223 -
CMYK 0 0.38 0.02 0.11
HSL 302.76º 0.61% 0.72% -
HSV(B) 302.76º 0.38% 0.89% -
XYZ 54.38 40.41 74.75 -
YUV 175.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 227 140 223 0 0.38 0.02 0.11 302.76 0.61 0.72
Hex E3 8C DF 0 26 2 B 12F 3D 48
Octal 343 214 337 0 46 2 13 457 75 110
Binary 11100011 10001100 11011111 0 100110 10 1011 100101111 111101 1001000

Color Harmonies of #E38CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38CDF

Black with #E38CDF

Text Example


Text Example

White with #E38CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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