Html Css Color HEX #E693DF Plum

📋 copy color: '#E693DF'

red 230 ◦ green 147 ◦ blue 223

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

Shades of Plum #E693DF

Tints of Plum #E693DF

RGB

 RED value IS 230 (90.23% from 255) = 38.33%

 GREEN value IS 147 (57.81% from 255) = 24.5%

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

R = 38.33%
G = 24.5%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E693DF (or 0xE693DF) is known color: Plum. HEX triplet: E6, 93 and DF. RGB value is (230,147,223). Sum of RGB (Red+Green+Blue) = 230+147+223=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E693DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693DF is #196C20. Grayscale: #B4B4B4. Windows color (decimal): -1666081 or 14652390. OLE color: 14652390.

HSL color Cylindrical-coordinate representation of color #E693DF: hue angle of 305.06º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693DF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 223 -
CMYK 0 0.36 0.03 0.10
HSL 305.06º 0.62% 0.74% -
HSV(B) 305.06º 0.36% 0.9% -
XYZ 56.39 43.02 75.14 -
YUV 180.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 230 147 223 0 0.36 0.03 0.10 305.06 0.62 0.74
Hex E6 93 DF 0 24 3 A 131 3E 4A
Octal 346 223 337 0 44 3 12 461 76 112
Binary 11100110 10010011 11011111 0 100100 11 1010 100110001 111110 1001010

Color Harmonies of #E693DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693DF

Black with #E693DF

Text Example


Text Example

White with #E693DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693DF; }

 p { color: rgb(230,147,223); }

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

background-color css

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

 a { background-color: rgb(230,147,223); }

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

border-color css

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

 span { border-color: rgb(230,147,223); }

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