Html Css Color HEX #E692DF Plum

📋 copy color: '#E692DF'

red 230 ◦ green 146 ◦ blue 223

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

Shades of Plum #E692DF

Tints of Plum #E692DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 38.4%
G = 24.37%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E692DF (or 0xE692DF) is known color: Plum. HEX triplet: E6, 92 and DF. RGB value is (230,146,223). Sum of RGB (Red+Green+Blue) = 230+146+223=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E692DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692DF is #196D20. Grayscale: #B3B3B3. Windows color (decimal): -1666337 or 14652134. OLE color: 14652134.

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

Color convert

RGB 230 146 223 -
CMYK 0 0.37 0.03 0.10
HSL 305º 0.63% 0.74% -
HSV(B) 305º 0.37% 0.9% -
XYZ 56.23 42.71 75.09 -
YUV 179.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 230 146 223 0 0.37 0.03 0.10 305 0.63 0.74
Hex E6 92 DF 0 25 3 A 131 3F 4A
Octal 346 222 337 0 45 3 12 461 77 112
Binary 11100110 10010010 11011111 0 100101 11 1010 100110001 111111 1001010

Color Harmonies of #E692DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E692DF

Black with #E692DF

Text Example


Text Example

White with #E692DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E692DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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