Html Css Color HEX #E695DF Plum

📋 copy color: '#E695DF'

red 230 ◦ green 149 ◦ blue 223

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

Shades of Plum #E695DF

Tints of Plum #E695DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.75%

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

R = 38.21%
G = 24.75%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E695DF (or 0xE695DF) is known color: Plum. HEX triplet: E6, 95 and DF. RGB value is (230,149,223). Sum of RGB (Red+Green+Blue) = 230+149+223=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E695DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695DF is #196A20. Grayscale: #B5B5B5. Windows color (decimal): -1665569 or 14652902. OLE color: 14652902.

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

Color convert

RGB 230 149 223 -
CMYK 0 0.35 0.03 0.10
HSL 305.19º 0.62% 0.74% -
HSV(B) 305.19º 0.35% 0.9% -
XYZ 56.7 43.65 75.25 -
YUV 181.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 230 149 223 0 0.35 0.03 0.10 305.19 0.62 0.74
Hex E6 95 DF 0 23 3 A 131 3E 4A
Octal 346 225 337 0 43 3 12 461 76 112
Binary 11100110 10010101 11011111 0 100011 11 1010 100110001 111110 1001010

Color Harmonies of #E695DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695DF

Black with #E695DF

Text Example


Text Example

White with #E695DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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