Html Css Color HEX #E693E5 Plum

📋 copy color: '#E693E5'

red 230 ◦ green 147 ◦ blue 229

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

Shades of Plum #E693E5

Tints of Plum #E693E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 37.95%
G = 24.26%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E693E5 (or 0xE693E5) is known color: Plum. HEX triplet: E6, 93 and E5. RGB value is (230,147,229). Sum of RGB (Red+Green+Blue) = 230+147+229=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E693E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693E5 is #196C1A. Grayscale: #B4B4B4. Windows color (decimal): -1666075 or 15045606. OLE color: 15045606.

HSL color Cylindrical-coordinate representation of color #E693E5: hue angle of 300.72º 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 #E693E5 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 229 -
CMYK 0 0.36 0.00 0.10
HSL 300.72º 0.62% 0.74% -
HSV(B) 300.72º 0.36% 0.9% -
XYZ 57.21 43.35 79.48 -
YUV 181.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 230 147 229 0 0.36 0.00 0.10 300.72 0.62 0.74
Hex E6 93 E5 0 24 0 A 12D 3E 4A
Octal 346 223 345 0 44 0 12 455 76 112
Binary 11100110 10010011 11100101 0 100100 0 1010 100101101 111110 1001010

Color Harmonies of #E693E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693E5

Black with #E693E5

Text Example


Text Example

White with #E693E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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