Html Css Color HEX #E694DA Plum

📋 copy color: '#E694DA'

red 230 ◦ green 148 ◦ blue 218

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

Shades of Plum #E694DA

Tints of Plum #E694DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.83%

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

R = 38.59%
G = 24.83%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E694DA (or 0xE694DA) is known color: Plum. HEX triplet: E6, 94 and DA. RGB value is (230,148,218). Sum of RGB (Red+Green+Blue) = 230+148+218=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E694DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694DA is #196B25. Grayscale: #B4B4B4. Windows color (decimal): -1665830 or 14324966. OLE color: 14324966.

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

Color convert

RGB 230 148 218 -
CMYK 0 0.36 0.05 0.10
HSL 308.78º 0.62% 0.74% -
HSV(B) 308.78º 0.36% 0.9% -
XYZ 55.88 43.06 71.7 -
YUV 180.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 230 148 218 0 0.36 0.05 0.10 308.78 0.62 0.74
Hex E6 94 DA 0 24 5 A 135 3E 4A
Octal 346 224 332 0 44 5 12 465 76 112
Binary 11100110 10010100 11011010 0 100100 101 1010 100110101 111110 1001010

Color Harmonies of #E694DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694DA

Black with #E694DA

Text Example


Text Example

White with #E694DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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