Html Css Color HEX #E694DF Plum

📋 copy color: '#E694DF'

red 230 ◦ green 148 ◦ blue 223

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

Shades of Plum #E694DF

Tints of Plum #E694DF

RGB

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

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

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

R = 38.27%
G = 24.63%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E694DF (or 0xE694DF) is known color: Plum. HEX triplet: E6, 94 and DF. RGB value is (230,148,223). Sum of RGB (Red+Green+Blue) = 230+148+223=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E694DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694DF is #196B20. Grayscale: #B4B4B4. Windows color (decimal): -1665825 or 14652646. OLE color: 14652646.

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

Color convert

RGB 230 148 223 -
CMYK 0 0.36 0.03 0.10
HSL 305.12º 0.62% 0.74% -
HSV(B) 305.12º 0.36% 0.9% -
XYZ 56.54 43.33 75.2 -
YUV 181.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 230 148 223 0 0.36 0.03 0.10 305.12 0.62 0.74
Hex E6 94 DF 0 24 3 A 131 3E 4A
Octal 346 224 337 0 44 3 12 461 76 112
Binary 11100110 10010100 11011111 0 100100 11 1010 100110001 111110 1001010

Color Harmonies of #E694DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694DF

Black with #E694DF

Text Example


Text Example

White with #E694DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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