Html Css Color HEX #E692DA Plum

📋 copy color: '#E692DA'

red 230 ◦ green 146 ◦ blue 218

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

Shades of Plum #E692DA

Tints of Plum #E692DA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.58%

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

R = 38.72%
G = 24.58%
B = 36.7%

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

#E692DA (or 0xE692DA) is known color: Plum. HEX triplet: E6, 92 and DA. RGB value is (230,146,218). Sum of RGB (Red+Green+Blue) = 230+146+218=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E692DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692DA is #196D25. Grayscale: #B3B3B3. Windows color (decimal): -1666342 or 14324454. OLE color: 14324454.

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

Color convert

RGB 230 146 218 -
CMYK 0 0.37 0.05 0.10
HSL 308.57º 0.63% 0.74% -
HSV(B) 308.57º 0.37% 0.9% -
XYZ 55.57 42.44 71.59 -
YUV 179.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 230 146 218 0 0.37 0.05 0.10 308.57 0.63 0.74
Hex E6 92 DA 0 25 5 A 135 3F 4A
Octal 346 222 332 0 45 5 12 465 77 112
Binary 11100110 10010010 11011010 0 100101 101 1010 100110101 111111 1001010

Color Harmonies of #E692DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E692DA

Black with #E692DA

Text Example


Text Example

White with #E692DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E692DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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