Html Css Color HEX #E691DA Plum

📋 copy color: '#E691DA'

red 230 ◦ green 145 ◦ blue 218

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

Shades of Plum #E691DA

Tints of Plum #E691DA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.45%

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

R = 38.79%
G = 24.45%
B = 36.76%

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

#E691DA (or 0xE691DA) is known color: Plum. HEX triplet: E6, 91 and DA. RGB value is (230,145,218). Sum of RGB (Red+Green+Blue) = 230+145+218=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E691DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691DA is #196E25. Grayscale: #B2B2B2. Windows color (decimal): -1666598 or 14324198. OLE color: 14324198.

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

Color convert

RGB 230 145 218 -
CMYK 0 0.37 0.05 0.10
HSL 308.47º 0.63% 0.74% -
HSV(B) 308.47º 0.37% 0.9% -
XYZ 55.41 42.14 71.54 -
YUV 178.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 230 145 218 0 0.37 0.05 0.10 308.47 0.63 0.74
Hex E6 91 DA 0 25 5 A 134 3F 4A
Octal 346 221 332 0 45 5 12 464 77 112
Binary 11100110 10010001 11011010 0 100101 101 1010 100110100 111111 1001010

Color Harmonies of #E691DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E691DA

Black with #E691DA

Text Example


Text Example

White with #E691DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E691DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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