Html Css Color HEX #E690DA Plum

📋 copy color: '#E690DA'

red 230 ◦ green 144 ◦ blue 218

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

Shades of Plum #E690DA

Tints of Plum #E690DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.32%

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 38.85%
G = 24.32%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E690DA (or 0xE690DA) is known color: Plum. HEX triplet: E6, 90 and DA. RGB value is (230,144,218). Sum of RGB (Red+Green+Blue) = 230+144+218=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E690DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690DA is #196F25. Grayscale: #B1B1B1. Windows color (decimal): -1666854 or 14323942. OLE color: 14323942.

HSL color Cylindrical-coordinate representation of color #E690DA: hue angle of 308.37º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690DA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 218 -
CMYK 0 0.37 0.05 0.10
HSL 308.37º 0.63% 0.73% -
HSV(B) 308.37º 0.37% 0.9% -
XYZ 55.26 41.83 71.49 -
YUV 178.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 230 144 218 0 0.37 0.05 0.10 308.37 0.63 0.73
Hex E6 90 DA 0 25 5 A 134 3F 49
Octal 346 220 332 0 45 5 12 464 77 111
Binary 11100110 10010000 11011010 0 100101 101 1010 100110100 111111 1001001

Color Harmonies of #E690DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690DA

Black with #E690DA

Text Example


Text Example

White with #E690DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690DA; }

 p { color: rgb(230,144,218); }

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

background-color css

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

 a { background-color: rgb(230,144,218); }

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

border-color css

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

 span { border-color: rgb(230,144,218); }

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